Shades of Quicksand #BF9C92
Tints of Quicksand #BF9C92
RGB
CMYK
RGB Variations
Color information
#BF9C92 (or 0xBF9C92) is known color: Quicksand. HEX triplet: BF, 9C and 92. RGB value is (191,156,146). Sum of RGB (Red+Green+Blue) = 191+156+146=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C92 is #40636D. Grayscale: #A5A5A5. Windows color (decimal): -4219758 or 9608383. OLE color: 9608383.
HSL color Cylindrical-coordinate representation of color #BF9C92: hue angle of 13.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF9C92 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 146 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.25 |
| HSL | 13.33º | 0.26% | 0.66% | - |
| HSV(B) | 13.33º | 0.24% | 0.75% | - |
| XYZ | 38.56 | 36.93 | 32.29 | - |
| YUV | 165.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 146 | 0 | 0.18 | 0.24 | 0.25 | 13.33 | 0.26 | 0.66 |
| Hex | BF | 9C | 92 | 0 | 12 | 18 | 19 | D | 1A | 42 |
| Octal | 277 | 234 | 222 | 0 | 22 | 30 | 31 | 15 | 32 | 102 |
| Binary | 10111111 | 10011100 | 10010010 | 0 | 10010 | 11000 | 11001 | 1101 | 11010 | 1000010 |
Color Harmonies of #BF9C92
Complementary color
Monochromatic Colors of #BF9C92
Black with #BF9C92
Text Example
Text Example
White with #BF9C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C92; }
p { color: rgb(191,156,146); }
H1.HeaderClassName
{
color: #BF9C92;
}
.AnyTagClassName
{
color: #BF9C92;
}
</style>
background-color css
<style>
a { background-color: #BF9C92; }
a { background-color: rgb(191,156,146); }
div.DivClassName
{
background-color: #BF9C92;
}
.BgClassName
{
background-color: #BF9C92;
}
</style>
border-color css
<style>
span { border-color: #BF9C92; }
span { border-color: rgb(191,156,146); }
td.TdClassName
{
border-color: #BF9C92;
}
.TagClassName
{
border-color: #BF9C92;
}
</style>