Shades of Quicksand #BF9D8C
Tints of Quicksand #BF9D8C
RGB
CMYK
RGB Variations
Color information
#BF9D8C (or 0xBF9D8C) is known color: Quicksand. HEX triplet: BF, 9D and 8C. RGB value is (191,157,140). Sum of RGB (Red+Green+Blue) = 191+157+140=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D8C is #406273. Grayscale: #A5A5A5. Windows color (decimal): -4219508 or 9215423. OLE color: 9215423.
HSL color Cylindrical-coordinate representation of color #BF9D8C: hue angle of 20º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF9D8C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 157 | 140 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.25 |
| HSL | 20º | 0.28% | 0.65% | - |
| HSV(B) | 20º | 0.27% | 0.75% | - |
| XYZ | 38.28 | 37.08 | 29.95 | - |
| YUV | 165.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 140 | 0 | 0.18 | 0.27 | 0.25 | 20 | 0.28 | 0.65 |
| Hex | BF | 9D | 8C | 0 | 12 | 1B | 19 | 14 | 1C | 41 |
| Octal | 277 | 235 | 214 | 0 | 22 | 33 | 31 | 24 | 34 | 101 |
| Binary | 10111111 | 10011101 | 10001100 | 0 | 10010 | 11011 | 11001 | 10100 | 11100 | 1000001 |
Color Harmonies of #BF9D8C
Complementary color
Monochromatic Colors of #BF9D8C
Black with #BF9D8C
Text Example
Text Example
White with #BF9D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9D8C; }
p { color: rgb(191,157,140); }
H1.HeaderClassName
{
color: #BF9D8C;
}
.AnyTagClassName
{
color: #BF9D8C;
}
</style>
background-color css
<style>
a { background-color: #BF9D8C; }
a { background-color: rgb(191,157,140); }
div.DivClassName
{
background-color: #BF9D8C;
}
.BgClassName
{
background-color: #BF9D8C;
}
</style>
border-color css
<style>
span { border-color: #BF9D8C; }
span { border-color: rgb(191,157,140); }
td.TdClassName
{
border-color: #BF9D8C;
}
.TagClassName
{
border-color: #BF9D8C;
}
</style>