#bf9997 color RGB value is (191,153,151)
#bf9997 color CMYK value
#bf9997 color HSL value
HSV(or HSB) | 3° | 20.9 | 74.9 |
XYZ | 38.463 | 36.093 | 34.218 |
Yxy | 0.354 | 0.332 | 36.093 |
LAB | 66.591 | 13.836 | 6.423 |
LUV | 66.591 | 23.875 | 6.586 |
Hunter-LAB | 60.078 | 9.144 | 8.285 |
CIE-LCH | 66.591 | 15.255 | 24.902 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | BF | 99 | 97 |
Decimal | 191 | 153 | 151 |
Octal | 277 | 231 | 227 |
Binary | 10111111 | 10011001 | 10010111 |
Below, you can see some colors close to #bf9997. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #bf9997.
<span style="color:#bf9997">Text here</span>
This paragraph has a background color of #bf9997.
<p style="background-color:#bf9997;">Content here</p>
This element has a border color of #bf9997.
<div style="border:1px #bf9997;">Content here</div>
.text {color:#bf9997;}
.background {background-color:#bf9997;}
.border {border:1px solid #bf9997;}
.text-shadow {border:1px solid #bf9997;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010101 is the darkest color, while #f8f3f3 is the lightest one.