Shades of Quicksand #BF9E8D
Tints of Quicksand #BF9E8D
RGB
CMYK
RGB Variations
Color information
#BF9E8D (or 0xBF9E8D) is known color: Quicksand. HEX triplet: BF, 9E and 8D. RGB value is (191,158,141). Sum of RGB (Red+Green+Blue) = 191+158+141=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E8D is #406172. Grayscale: #A6A6A6. Windows color (decimal): -4219251 or 9281215. OLE color: 9281215.
HSL color Cylindrical-coordinate representation of color #BF9E8D: hue angle of 20.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF9E8D is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 158 | 141 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.25 |
| HSL | 20.4º | 0.28% | 0.65% | - |
| HSV(B) | 20.4º | 0.26% | 0.75% | - |
| XYZ | 38.52 | 37.45 | 30.4 | - |
| YUV | 165.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 141 | 0 | 0.17 | 0.26 | 0.25 | 20.4 | 0.28 | 0.65 |
| Hex | BF | 9E | 8D | 0 | 11 | 1A | 19 | 14 | 1C | 41 |
| Octal | 277 | 236 | 215 | 0 | 21 | 32 | 31 | 24 | 34 | 101 |
| Binary | 10111111 | 10011110 | 10001101 | 0 | 10001 | 11010 | 11001 | 10100 | 11100 | 1000001 |
Color Harmonies of #BF9E8D
Complementary color
Monochromatic Colors of #BF9E8D
Black with #BF9E8D
Text Example
Text Example
White with #BF9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9E8D; }
p { color: rgb(191,158,141); }
H1.HeaderClassName
{
color: #BF9E8D;
}
.AnyTagClassName
{
color: #BF9E8D;
}
</style>
background-color css
<style>
a { background-color: #BF9E8D; }
a { background-color: rgb(191,158,141); }
div.DivClassName
{
background-color: #BF9E8D;
}
.BgClassName
{
background-color: #BF9E8D;
}
</style>
border-color css
<style>
span { border-color: #BF9E8D; }
span { border-color: rgb(191,158,141); }
td.TdClassName
{
border-color: #BF9E8D;
}
.TagClassName
{
border-color: #BF9E8D;
}
</style>