Shades of Quicksand #BB9283
Tints of Quicksand #BB9283
RGB
CMYK
RGB Variations
Color information
#BB9283 (or 0xBB9283) is known color: Quicksand. HEX triplet: BB, 92 and 83. RGB value is (187,146,131). Sum of RGB (Red+Green+Blue) = 187+146+131=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9283 is #446D7C. Grayscale: #9C9C9C. Windows color (decimal): -4484477 or 8622779. OLE color: 8622779.
HSL color Cylindrical-coordinate representation of color #BB9283: hue angle of 16.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9283 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 131 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.27 |
| HSL | 16.07º | 0.29% | 0.62% | - |
| HSV(B) | 16.07º | 0.3% | 0.73% | - |
| XYZ | 34.87 | 32.76 | 25.96 | - |
| YUV | 156.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 131 | 0 | 0.22 | 0.30 | 0.27 | 16.07 | 0.29 | 0.62 |
| Hex | BB | 92 | 83 | 0 | 16 | 1E | 1B | 10 | 1D | 3E |
| Octal | 273 | 222 | 203 | 0 | 26 | 36 | 33 | 20 | 35 | 76 |
| Binary | 10111011 | 10010010 | 10000011 | 0 | 10110 | 11110 | 11011 | 10000 | 11101 | 111110 |
Color Harmonies of #BB9283
Complementary color
Monochromatic Colors of #BB9283
Black with #BB9283
Text Example
Text Example
White with #BB9283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9283; }
p { color: rgb(187,146,131); }
H1.HeaderClassName
{
color: #BB9283;
}
.AnyTagClassName
{
color: #BB9283;
}
</style>
background-color css
<style>
a { background-color: #BB9283; }
a { background-color: rgb(187,146,131); }
div.DivClassName
{
background-color: #BB9283;
}
.BgClassName
{
background-color: #BB9283;
}
</style>
border-color css
<style>
span { border-color: #BB9283; }
span { border-color: rgb(187,146,131); }
td.TdClassName
{
border-color: #BB9283;
}
.TagClassName
{
border-color: #BB9283;
}
</style>