Shades of Sahara #BB9524
Tints of Sahara #BB9524
RGB
CMYK
RGB Variations
Color information
#BB9524 (or 0xBB9524) is known color: Sahara. HEX triplet: BB, 95 and 24. RGB value is (187,149,36). Sum of RGB (Red+Green+Blue) = 187+149+36=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9524 is #446ADB. Grayscale: #939393. Windows color (decimal): -4483804 or 2397627. OLE color: 2397627.
HSL color Cylindrical-coordinate representation of color #BB9524: hue angle of 44.9º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB9524 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 36 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.27 |
| HSL | 44.9º | 0.68% | 0.44% | - |
| HSV(B) | 44.9º | 0.81% | 0.73% | - |
| XYZ | 31.56 | 32.19 | 6.22 | - |
| YUV | 147.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 36 | 0 | 0.20 | 0.81 | 0.27 | 44.9 | 0.68 | 0.44 |
| Hex | BB | 95 | 24 | 0 | 14 | 51 | 1B | 2D | 44 | 2C |
| Octal | 273 | 225 | 44 | 0 | 24 | 121 | 33 | 55 | 104 | 54 |
| Binary | 10111011 | 10010101 | 100100 | 0 | 10100 | 1010001 | 11011 | 101101 | 1000100 | 101100 |
Color Harmonies of #BB9524
Complementary color
Monochromatic Colors of #BB9524
Black with #BB9524
Text Example
Text Example
White with #BB9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9524; }
p { color: rgb(187,149,36); }
H1.HeaderClassName
{
color: #BB9524;
}
.AnyTagClassName
{
color: #BB9524;
}
</style>
background-color css
<style>
a { background-color: #BB9524; }
a { background-color: rgb(187,149,36); }
div.DivClassName
{
background-color: #BB9524;
}
.BgClassName
{
background-color: #BB9524;
}
</style>
border-color css
<style>
span { border-color: #BB9524; }
span { border-color: rgb(187,149,36); }
td.TdClassName
{
border-color: #BB9524;
}
.TagClassName
{
border-color: #BB9524;
}
</style>