Shades of Quicksand #BB9487
Tints of Quicksand #BB9487
RGB
CMYK
RGB Variations
Color information
#BB9487 (or 0xBB9487) is known color: Quicksand. HEX triplet: BB, 94 and 87. RGB value is (187,148,135). Sum of RGB (Red+Green+Blue) = 187+148+135=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9487 is #446B78. Grayscale: #9E9E9E. Windows color (decimal): -4483961 or 8885435. OLE color: 8885435.
HSL color Cylindrical-coordinate representation of color #BB9487: hue angle of 15º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9487 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 135 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.27 |
| HSL | 15º | 0.28% | 0.63% | - |
| HSV(B) | 15º | 0.28% | 0.73% | - |
| XYZ | 35.46 | 33.49 | 27.52 | - |
| YUV | 158.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 135 | 0 | 0.21 | 0.28 | 0.27 | 15 | 0.28 | 0.63 |
| Hex | BB | 94 | 87 | 0 | 15 | 1C | 1B | F | 1C | 3F |
| Octal | 273 | 224 | 207 | 0 | 25 | 34 | 33 | 17 | 34 | 77 |
| Binary | 10111011 | 10010100 | 10000111 | 0 | 10101 | 11100 | 11011 | 1111 | 11100 | 111111 |
Color Harmonies of #BB9487
Complementary color
Monochromatic Colors of #BB9487
Black with #BB9487
Text Example
Text Example
White with #BB9487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9487; }
p { color: rgb(187,148,135); }
H1.HeaderClassName
{
color: #BB9487;
}
.AnyTagClassName
{
color: #BB9487;
}
</style>
background-color css
<style>
a { background-color: #BB9487; }
a { background-color: rgb(187,148,135); }
div.DivClassName
{
background-color: #BB9487;
}
.BgClassName
{
background-color: #BB9487;
}
</style>
border-color css
<style>
span { border-color: #BB9487; }
span { border-color: rgb(187,148,135); }
td.TdClassName
{
border-color: #BB9487;
}
.TagClassName
{
border-color: #BB9487;
}
</style>