Shades of Quicksand #BF9E8F
Tints of Quicksand #BF9E8F
RGB
CMYK
RGB Variations
Color information
#BF9E8F (or 0xBF9E8F) is known color: Quicksand. HEX triplet: BF, 9E and 8F. RGB value is (191,158,143). Sum of RGB (Red+Green+Blue) = 191+158+143=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E8F is #406170. Grayscale: #A6A6A6. Windows color (decimal): -4219249 or 9412287. OLE color: 9412287.
HSL color Cylindrical-coordinate representation of color #BF9E8F: hue angle of 18.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF9E8F is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 158 | 143 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.25 |
| HSL | 18.75º | 0.27% | 0.65% | - |
| HSV(B) | 18.75º | 0.25% | 0.75% | - |
| XYZ | 38.67 | 37.51 | 31.19 | - |
| YUV | 166.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 143 | 0 | 0.17 | 0.25 | 0.25 | 18.75 | 0.27 | 0.65 |
| Hex | BF | 9E | 8F | 0 | 11 | 19 | 19 | 13 | 1B | 41 |
| Octal | 277 | 236 | 217 | 0 | 21 | 31 | 31 | 23 | 33 | 101 |
| Binary | 10111111 | 10011110 | 10001111 | 0 | 10001 | 11001 | 11001 | 10011 | 11011 | 1000001 |
Color Harmonies of #BF9E8F
Complementary color
Monochromatic Colors of #BF9E8F
Black with #BF9E8F
Text Example
Text Example
White with #BF9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9E8F; }
p { color: rgb(191,158,143); }
H1.HeaderClassName
{
color: #BF9E8F;
}
.AnyTagClassName
{
color: #BF9E8F;
}
</style>
background-color css
<style>
a { background-color: #BF9E8F; }
a { background-color: rgb(191,158,143); }
div.DivClassName
{
background-color: #BF9E8F;
}
.BgClassName
{
background-color: #BF9E8F;
}
</style>
border-color css
<style>
span { border-color: #BF9E8F; }
span { border-color: rgb(191,158,143); }
td.TdClassName
{
border-color: #BF9E8F;
}
.TagClassName
{
border-color: #BF9E8F;
}
</style>