Shades of Sahara #BBA22E
Tints of Sahara #BBA22E
RGB
CMYK
RGB Variations
Color information
#BBA22E (or 0xBBA22E) is known color: Sahara. HEX triplet: BB, A2 and 2E. RGB value is (187,162,46). Sum of RGB (Red+Green+Blue) = 187+162+46=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA22E is #445DD1. Grayscale: #9C9C9C. Windows color (decimal): -4480466 or 3056315. OLE color: 3056315.
HSL color Cylindrical-coordinate representation of color #BBA22E: hue angle of 49.36º 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 #BBA22E is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 46 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.27 |
| HSL | 49.36º | 0.61% | 0.46% | - |
| HSV(B) | 49.36º | 0.75% | 0.73% | - |
| XYZ | 33.91 | 36.6 | 7.86 | - |
| YUV | 156.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 46 | 0 | 0.13 | 0.75 | 0.27 | 49.36 | 0.61 | 0.46 |
| Hex | BB | A2 | 2E | 0 | D | 4B | 1B | 31 | 3D | 2E |
| Octal | 273 | 242 | 56 | 0 | 15 | 113 | 33 | 61 | 75 | 56 |
| Binary | 10111011 | 10100010 | 101110 | 0 | 1101 | 1001011 | 11011 | 110001 | 111101 | 101110 |
Color Harmonies of #BBA22E
Complementary color
Monochromatic Colors of #BBA22E
Black with #BBA22E
Text Example
Text Example
White with #BBA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA22E; }
p { color: rgb(187,162,46); }
H1.HeaderClassName
{
color: #BBA22E;
}
.AnyTagClassName
{
color: #BBA22E;
}
</style>
background-color css
<style>
a { background-color: #BBA22E; }
a { background-color: rgb(187,162,46); }
div.DivClassName
{
background-color: #BBA22E;
}
.BgClassName
{
background-color: #BBA22E;
}
</style>
border-color css
<style>
span { border-color: #BBA22E; }
span { border-color: rgb(187,162,46); }
td.TdClassName
{
border-color: #BBA22E;
}
.TagClassName
{
border-color: #BBA22E;
}
</style>