Shades of Sahara #BB9523
Tints of Sahara #BB9523
RGB
CMYK
RGB Variations
Color information
#BB9523 (or 0xBB9523) is known color: Sahara. HEX triplet: BB, 95 and 23. RGB value is (187,149,35). Sum of RGB (Red+Green+Blue) = 187+149+35=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9523 is #446ADC. Grayscale: #939393. Windows color (decimal): -4483805 or 2332091. OLE color: 2332091.
HSL color Cylindrical-coordinate representation of color #BB9523: hue angle of 45º 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 #BB9523 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 35 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.27 |
| HSL | 45º | 0.68% | 0.44% | - |
| HSV(B) | 45º | 0.81% | 0.73% | - |
| XYZ | 31.54 | 32.18 | 6.14 | - |
| YUV | 147.37 | 64.59 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 35 | 0 | 0.20 | 0.81 | 0.27 | 45 | 0.68 | 0.44 |
| Hex | BB | 95 | 23 | 0 | 14 | 51 | 1B | 2D | 44 | 2C |
| Octal | 273 | 225 | 43 | 0 | 24 | 121 | 33 | 55 | 104 | 54 |
| Binary | 10111011 | 10010101 | 100011 | 0 | 10100 | 1010001 | 11011 | 101101 | 1000100 | 101100 |
Color Harmonies of #BB9523
Complementary color
Monochromatic Colors of #BB9523
Black with #BB9523
Text Example
Text Example
White with #BB9523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9523; }
p { color: rgb(187,149,35); }
H1.HeaderClassName
{
color: #BB9523;
}
.AnyTagClassName
{
color: #BB9523;
}
</style>
background-color css
<style>
a { background-color: #BB9523; }
a { background-color: rgb(187,149,35); }
div.DivClassName
{
background-color: #BB9523;
}
.BgClassName
{
background-color: #BB9523;
}
</style>
border-color css
<style>
span { border-color: #BB9523; }
span { border-color: rgb(187,149,35); }
td.TdClassName
{
border-color: #BB9523;
}
.TagClassName
{
border-color: #BB9523;
}
</style>