Shades of Quicksand #BD9B90
Tints of Quicksand #BD9B90
RGB
CMYK
RGB Variations
Color information
#BD9B90 (or 0xBD9B90) is known color: Quicksand. HEX triplet: BD, 9B and 90. RGB value is (189,155,144). Sum of RGB (Red+Green+Blue) = 189+155+144=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9B90 is #42646F. Grayscale: #A3A3A3. Windows color (decimal): -4351088 or 9477053. OLE color: 9477053.
HSL color Cylindrical-coordinate representation of color #BD9B90: hue angle of 14.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD9B90 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 144 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.26 |
| HSL | 14.67º | 0.25% | 0.65% | - |
| HSV(B) | 14.67º | 0.24% | 0.74% | - |
| XYZ | 37.74 | 36.28 | 31.4 | - |
| YUV | 163.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 144 | 0 | 0.18 | 0.24 | 0.26 | 14.67 | 0.25 | 0.65 |
| Hex | BD | 9B | 90 | 0 | 12 | 18 | 1A | F | 19 | 41 |
| Octal | 275 | 233 | 220 | 0 | 22 | 30 | 32 | 17 | 31 | 101 |
| Binary | 10111101 | 10011011 | 10010000 | 0 | 10010 | 11000 | 11010 | 1111 | 11001 | 1000001 |
Color Harmonies of #BD9B90
Complementary color
Monochromatic Colors of #BD9B90
Black with #BD9B90
Text Example
Text Example
White with #BD9B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B90; }
p { color: rgb(189,155,144); }
H1.HeaderClassName
{
color: #BD9B90;
}
.AnyTagClassName
{
color: #BD9B90;
}
</style>
background-color css
<style>
a { background-color: #BD9B90; }
a { background-color: rgb(189,155,144); }
div.DivClassName
{
background-color: #BD9B90;
}
.BgClassName
{
background-color: #BD9B90;
}
</style>
border-color css
<style>
span { border-color: #BD9B90; }
span { border-color: rgb(189,155,144); }
td.TdClassName
{
border-color: #BD9B90;
}
.TagClassName
{
border-color: #BD9B90;
}
</style>