Shades of Sahara #BB9828
Tints of Sahara #BB9828
RGB
CMYK
RGB Variations
Color information
#BB9828 (or 0xBB9828) is known color: Sahara. HEX triplet: BB, 98 and 28. RGB value is (187,152,40). Sum of RGB (Red+Green+Blue) = 187+152+40=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9828 is #4467D7. Grayscale: #969696. Windows color (decimal): -4483032 or 2660539. OLE color: 2660539.
HSL color Cylindrical-coordinate representation of color #BB9828: hue angle of 45.71º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB9828 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 40 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.27 |
| HSL | 45.71º | 0.65% | 0.45% | - |
| HSV(B) | 45.71º | 0.79% | 0.73% | - |
| XYZ | 32.1 | 33.17 | 6.72 | - |
| YUV | 149.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 40 | 0 | 0.19 | 0.79 | 0.27 | 45.71 | 0.65 | 0.45 |
| Hex | BB | 98 | 28 | 0 | 13 | 4F | 1B | 2E | 41 | 2D |
| Octal | 273 | 230 | 50 | 0 | 23 | 117 | 33 | 56 | 101 | 55 |
| Binary | 10111011 | 10011000 | 101000 | 0 | 10011 | 1001111 | 11011 | 101110 | 1000001 | 101101 |
Color Harmonies of #BB9828
Complementary color
Monochromatic Colors of #BB9828
Black with #BB9828
Text Example
Text Example
White with #BB9828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9828; }
p { color: rgb(187,152,40); }
H1.HeaderClassName
{
color: #BB9828;
}
.AnyTagClassName
{
color: #BB9828;
}
</style>
background-color css
<style>
a { background-color: #BB9828; }
a { background-color: rgb(187,152,40); }
div.DivClassName
{
background-color: #BB9828;
}
.BgClassName
{
background-color: #BB9828;
}
</style>
border-color css
<style>
span { border-color: #BB9828; }
span { border-color: rgb(187,152,40); }
td.TdClassName
{
border-color: #BB9828;
}
.TagClassName
{
border-color: #BB9828;
}
</style>