Shades of Sahara #BBA02E
Tints of Sahara #BBA02E
RGB
CMYK
RGB Variations
Color information
#BBA02E (or 0xBBA02E) is known color: Sahara. HEX triplet: BB, A0 and 2E. RGB value is (187,160,46). Sum of RGB (Red+Green+Blue) = 187+160+46=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA02E is #445FD1. Grayscale: #9B9B9B. Windows color (decimal): -4480978 or 3055803. OLE color: 3055803.
HSL color Cylindrical-coordinate representation of color #BBA02E: hue angle of 48.51º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBA02E is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 46 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.27 |
| HSL | 48.51º | 0.61% | 0.46% | - |
| HSV(B) | 48.51º | 0.75% | 0.73% | - |
| XYZ | 33.56 | 35.9 | 7.75 | - |
| YUV | 155.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 46 | 0 | 0.14 | 0.75 | 0.27 | 48.51 | 0.61 | 0.46 |
| Hex | BB | A0 | 2E | 0 | E | 4B | 1B | 31 | 3D | 2E |
| Octal | 273 | 240 | 56 | 0 | 16 | 113 | 33 | 61 | 75 | 56 |
| Binary | 10111011 | 10100000 | 101110 | 0 | 1110 | 1001011 | 11011 | 110001 | 111101 | 101110 |
Color Harmonies of #BBA02E
Complementary color
Monochromatic Colors of #BBA02E
Black with #BBA02E
Text Example
Text Example
White with #BBA02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA02E; }
p { color: rgb(187,160,46); }
H1.HeaderClassName
{
color: #BBA02E;
}
.AnyTagClassName
{
color: #BBA02E;
}
</style>
background-color css
<style>
a { background-color: #BBA02E; }
a { background-color: rgb(187,160,46); }
div.DivClassName
{
background-color: #BBA02E;
}
.BgClassName
{
background-color: #BBA02E;
}
</style>
border-color css
<style>
span { border-color: #BBA02E; }
span { border-color: rgb(187,160,46); }
td.TdClassName
{
border-color: #BBA02E;
}
.TagClassName
{
border-color: #BBA02E;
}
</style>