Shades of Sahara #BB9928
Tints of Sahara #BB9928
RGB
CMYK
RGB Variations
Color information
#BB9928 (or 0xBB9928) is known color: Sahara. HEX triplet: BB, 99 and 28. RGB value is (187,153,40). Sum of RGB (Red+Green+Blue) = 187+153+40=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9928 is #4466D7. Grayscale: #969696. Windows color (decimal): -4482776 or 2660795. OLE color: 2660795.
HSL color Cylindrical-coordinate representation of color #BB9928: hue angle of 46.12º 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 #BB9928 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 40 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.27 |
| HSL | 46.12º | 0.65% | 0.45% | - |
| HSV(B) | 46.12º | 0.79% | 0.73% | - |
| XYZ | 32.27 | 33.5 | 6.77 | - |
| YUV | 150.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 40 | 0 | 0.18 | 0.79 | 0.27 | 46.12 | 0.65 | 0.45 |
| Hex | BB | 99 | 28 | 0 | 12 | 4F | 1B | 2E | 41 | 2D |
| Octal | 273 | 231 | 50 | 0 | 22 | 117 | 33 | 56 | 101 | 55 |
| Binary | 10111011 | 10011001 | 101000 | 0 | 10010 | 1001111 | 11011 | 101110 | 1000001 | 101101 |
Color Harmonies of #BB9928
Complementary color
Monochromatic Colors of #BB9928
Black with #BB9928
Text Example
Text Example
White with #BB9928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9928; }
p { color: rgb(187,153,40); }
H1.HeaderClassName
{
color: #BB9928;
}
.AnyTagClassName
{
color: #BB9928;
}
</style>
background-color css
<style>
a { background-color: #BB9928; }
a { background-color: rgb(187,153,40); }
div.DivClassName
{
background-color: #BB9928;
}
.BgClassName
{
background-color: #BB9928;
}
</style>
border-color css
<style>
span { border-color: #BB9928; }
span { border-color: rgb(187,153,40); }
td.TdClassName
{
border-color: #BB9928;
}
.TagClassName
{
border-color: #BB9928;
}
</style>