Shades of Quicksand #BF9F97
Tints of Quicksand #BF9F97
RGB
CMYK
RGB Variations
Color information
#BF9F97 (or 0xBF9F97) is known color: Quicksand. HEX triplet: BF, 9F and 97. RGB value is (191,159,151). Sum of RGB (Red+Green+Blue) = 191+159+151=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F97 is #406068. Grayscale: #A7A7A7. Windows color (decimal): -4218985 or 9936831. OLE color: 9936831.
HSL color Cylindrical-coordinate representation of color #BF9F97: hue angle of 12º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF9F97 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 159 | 151 | - |
CMYK | 0 | 0.17 | 0.21 | 0.25 |
HSL | 12º | 0.24% | 0.67% | - |
HSV(B) | 12º | 0.21% | 0.75% | - |
XYZ | 39.47 | 38.11 | 34.55 | - |
YUV | 167.66 | 118.6 | 144.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 159 | 151 | 0 | 0.17 | 0.21 | 0.25 | 12 | 0.24 | 0.67 |
Hex | BF | 9F | 97 | 0 | 11 | 15 | 19 | C | 18 | 43 |
Octal | 277 | 237 | 227 | 0 | 21 | 25 | 31 | 14 | 30 | 103 |
Binary | 10111111 | 10011111 | 10010111 | 0 | 10001 | 10101 | 11001 | 1100 | 11000 | 1000011 |
Color Harmonies of #BF9F97
Complementary color
Monochromatic Colors of #BF9F97
Black with #BF9F97
Text Example
Text Example
White with #BF9F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F97; }
p { color: rgb(191,159,151); }
H1.HeaderClassName
{
color: #BF9F97;
}
.AnyTagClassName
{
color: #BF9F97;
}
</style>
background-color css
<style>
a { background-color: #BF9F97; }
a { background-color: rgb(191,159,151); }
div.DivClassName
{
background-color: #BF9F97;
}
.BgClassName
{
background-color: #BF9F97;
}
</style>
border-color css
<style>
span { border-color: #BF9F97; }
span { border-color: rgb(191,159,151); }
td.TdClassName
{
border-color: #BF9F97;
}
.TagClassName
{
border-color: #BF9F97;
}
</style>