Shades of Sahara #BBA12B
Tints of Sahara #BBA12B
RGB
CMYK
RGB Variations
Color information
#BBA12B (or 0xBBA12B) is known color: Sahara. HEX triplet: BB, A1 and 2B. RGB value is (187,161,43). Sum of RGB (Red+Green+Blue) = 187+161+43=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA12B is #445ED4. Grayscale: #9B9B9B. Windows color (decimal): -4480725 or 2859451. OLE color: 2859451.
HSL color Cylindrical-coordinate representation of color #BBA12B: hue angle of 49.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBA12B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 43 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.27 |
| HSL | 49.17º | 0.63% | 0.45% | - |
| HSV(B) | 49.17º | 0.77% | 0.73% | - |
| XYZ | 33.67 | 36.23 | 7.5 | - |
| YUV | 155.32 | 64.61 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 43 | 0 | 0.14 | 0.77 | 0.27 | 49.17 | 0.63 | 0.45 |
| Hex | BB | A1 | 2B | 0 | E | 4D | 1B | 31 | 3F | 2D |
| Octal | 273 | 241 | 53 | 0 | 16 | 115 | 33 | 61 | 77 | 55 |
| Binary | 10111011 | 10100001 | 101011 | 0 | 1110 | 1001101 | 11011 | 110001 | 111111 | 101101 |
Color Harmonies of #BBA12B
Complementary color
Monochromatic Colors of #BBA12B
Black with #BBA12B
Text Example
Text Example
White with #BBA12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA12B; }
p { color: rgb(187,161,43); }
H1.HeaderClassName
{
color: #BBA12B;
}
.AnyTagClassName
{
color: #BBA12B;
}
</style>
background-color css
<style>
a { background-color: #BBA12B; }
a { background-color: rgb(187,161,43); }
div.DivClassName
{
background-color: #BBA12B;
}
.BgClassName
{
background-color: #BBA12B;
}
</style>
border-color css
<style>
span { border-color: #BBA12B; }
span { border-color: rgb(187,161,43); }
td.TdClassName
{
border-color: #BBA12B;
}
.TagClassName
{
border-color: #BBA12B;
}
</style>