Shades of Sahara #BB9A24
Tints of Sahara #BB9A24
RGB
CMYK
RGB Variations
Color information
#BB9A24 (or 0xBB9A24) is known color: Sahara. HEX triplet: BB, 9A and 24. RGB value is (187,154,36). Sum of RGB (Red+Green+Blue) = 187+154+36=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A24 is #4465DB. Grayscale: #969696. Windows color (decimal): -4482524 or 2398907. OLE color: 2398907.
HSL color Cylindrical-coordinate representation of color #BB9A24: hue angle of 46.89º 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 #BB9A24 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 36 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.27 |
| HSL | 46.89º | 0.68% | 0.44% | - |
| HSV(B) | 46.89º | 0.81% | 0.73% | - |
| XYZ | 32.37 | 33.8 | 6.49 | - |
| YUV | 150.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 36 | 0 | 0.18 | 0.81 | 0.27 | 46.89 | 0.68 | 0.44 |
| Hex | BB | 9A | 24 | 0 | 12 | 51 | 1B | 2F | 44 | 2C |
| Octal | 273 | 232 | 44 | 0 | 22 | 121 | 33 | 57 | 104 | 54 |
| Binary | 10111011 | 10011010 | 100100 | 0 | 10010 | 1010001 | 11011 | 101111 | 1000100 | 101100 |
Color Harmonies of #BB9A24
Complementary color
Monochromatic Colors of #BB9A24
Black with #BB9A24
Text Example
Text Example
White with #BB9A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A24; }
p { color: rgb(187,154,36); }
H1.HeaderClassName
{
color: #BB9A24;
}
.AnyTagClassName
{
color: #BB9A24;
}
</style>
background-color css
<style>
a { background-color: #BB9A24; }
a { background-color: rgb(187,154,36); }
div.DivClassName
{
background-color: #BB9A24;
}
.BgClassName
{
background-color: #BB9A24;
}
</style>
border-color css
<style>
span { border-color: #BB9A24; }
span { border-color: rgb(187,154,36); }
td.TdClassName
{
border-color: #BB9A24;
}
.TagClassName
{
border-color: #BB9A24;
}
</style>