Shades of Quicksand #BB9285
Tints of Quicksand #BB9285
RGB
CMYK
RGB Variations
Color information
#BB9285 (or 0xBB9285) is known color: Quicksand. HEX triplet: BB, 92 and 85. RGB value is (187,146,133). Sum of RGB (Red+Green+Blue) = 187+146+133=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9285 is #446D7A. Grayscale: #9C9C9C. Windows color (decimal): -4484475 or 8753851. OLE color: 8753851.
HSL color Cylindrical-coordinate representation of color #BB9285: hue angle of 14.44º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9285 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 133 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.27 |
| HSL | 14.44º | 0.28% | 0.63% | - |
| HSV(B) | 14.44º | 0.29% | 0.73% | - |
| XYZ | 35.01 | 32.82 | 26.68 | - |
| YUV | 156.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 133 | 0 | 0.22 | 0.29 | 0.27 | 14.44 | 0.28 | 0.63 |
| Hex | BB | 92 | 85 | 0 | 16 | 1D | 1B | E | 1C | 3F |
| Octal | 273 | 222 | 205 | 0 | 26 | 35 | 33 | 16 | 34 | 77 |
| Binary | 10111011 | 10010010 | 10000101 | 0 | 10110 | 11101 | 11011 | 1110 | 11100 | 111111 |
Color Harmonies of #BB9285
Complementary color
Monochromatic Colors of #BB9285
Black with #BB9285
Text Example
Text Example
White with #BB9285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9285; }
p { color: rgb(187,146,133); }
H1.HeaderClassName
{
color: #BB9285;
}
.AnyTagClassName
{
color: #BB9285;
}
</style>
background-color css
<style>
a { background-color: #BB9285; }
a { background-color: rgb(187,146,133); }
div.DivClassName
{
background-color: #BB9285;
}
.BgClassName
{
background-color: #BB9285;
}
</style>
border-color css
<style>
span { border-color: #BB9285; }
span { border-color: rgb(187,146,133); }
td.TdClassName
{
border-color: #BB9285;
}
.TagClassName
{
border-color: #BB9285;
}
</style>