Shades of Quicksand #BD9B92
Tints of Quicksand #BD9B92
RGB
CMYK
RGB Variations
Color information
#BD9B92 (or 0xBD9B92) is known color: Quicksand. HEX triplet: BD, 9B and 92. RGB value is (189,155,146). Sum of RGB (Red+Green+Blue) = 189+155+146=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B92 is #42646D. Grayscale: #A4A4A4. Windows color (decimal): -4351086 or 9608125. OLE color: 9608125.
HSL color Cylindrical-coordinate representation of color #BD9B92: hue angle of 12.56º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9B92 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 146 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.26 |
| HSL | 12.56º | 0.25% | 0.66% | - |
| HSV(B) | 12.56º | 0.23% | 0.74% | - |
| XYZ | 37.9 | 36.34 | 32.21 | - |
| YUV | 164.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 146 | 0 | 0.18 | 0.23 | 0.26 | 12.56 | 0.25 | 0.66 |
| Hex | BD | 9B | 92 | 0 | 12 | 17 | 1A | D | 19 | 42 |
| Octal | 275 | 233 | 222 | 0 | 22 | 27 | 32 | 15 | 31 | 102 |
| Binary | 10111101 | 10011011 | 10010010 | 0 | 10010 | 10111 | 11010 | 1101 | 11001 | 1000010 |
Color Harmonies of #BD9B92
Complementary color
Monochromatic Colors of #BD9B92
Black with #BD9B92
Text Example
Text Example
White with #BD9B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B92; }
p { color: rgb(189,155,146); }
H1.HeaderClassName
{
color: #BD9B92;
}
.AnyTagClassName
{
color: #BD9B92;
}
</style>
background-color css
<style>
a { background-color: #BD9B92; }
a { background-color: rgb(189,155,146); }
div.DivClassName
{
background-color: #BD9B92;
}
.BgClassName
{
background-color: #BD9B92;
}
</style>
border-color css
<style>
span { border-color: #BD9B92; }
span { border-color: rgb(189,155,146); }
td.TdClassName
{
border-color: #BD9B92;
}
.TagClassName
{
border-color: #BD9B92;
}
</style>