Shades of Quicksand #BD9B91
Tints of Quicksand #BD9B91
RGB
CMYK
RGB Variations
Color information
#BD9B91 (or 0xBD9B91) is known color: Quicksand. HEX triplet: BD, 9B and 91. RGB value is (189,155,145). Sum of RGB (Red+Green+Blue) = 189+155+145=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B91 is #42646E. Grayscale: #A4A4A4. Windows color (decimal): -4351087 or 9542589. OLE color: 9542589.
HSL color Cylindrical-coordinate representation of color #BD9B91: hue angle of 13.64º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9B91 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 145 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.26 |
| HSL | 13.64º | 0.25% | 0.65% | - |
| HSV(B) | 13.64º | 0.23% | 0.74% | - |
| XYZ | 37.82 | 36.31 | 31.8 | - |
| YUV | 164.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 145 | 0 | 0.18 | 0.23 | 0.26 | 13.64 | 0.25 | 0.65 |
| Hex | BD | 9B | 91 | 0 | 12 | 17 | 1A | E | 19 | 41 |
| Octal | 275 | 233 | 221 | 0 | 22 | 27 | 32 | 16 | 31 | 101 |
| Binary | 10111101 | 10011011 | 10010001 | 0 | 10010 | 10111 | 11010 | 1110 | 11001 | 1000001 |
Color Harmonies of #BD9B91
Complementary color
Monochromatic Colors of #BD9B91
Black with #BD9B91
Text Example
Text Example
White with #BD9B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B91; }
p { color: rgb(189,155,145); }
H1.HeaderClassName
{
color: #BD9B91;
}
.AnyTagClassName
{
color: #BD9B91;
}
</style>
background-color css
<style>
a { background-color: #BD9B91; }
a { background-color: rgb(189,155,145); }
div.DivClassName
{
background-color: #BD9B91;
}
.BgClassName
{
background-color: #BD9B91;
}
</style>
border-color css
<style>
span { border-color: #BD9B91; }
span { border-color: rgb(189,155,145); }
td.TdClassName
{
border-color: #BD9B91;
}
.TagClassName
{
border-color: #BD9B91;
}
</style>