Shades of Sahara #BBA026
Tints of Sahara #BBA026
RGB
CMYK
RGB Variations
Color information
#BBA026 (or 0xBBA026) is known color: Sahara. HEX triplet: BB, A0 and 26. RGB value is (187,160,38). Sum of RGB (Red+Green+Blue) = 187+160+38=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA026 is #445FD9. Grayscale: #9A9A9A. Windows color (decimal): -4480986 or 2531515. OLE color: 2531515.
HSL color Cylindrical-coordinate representation of color #BBA026: hue angle of 49.13º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBA026 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 38 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.27 |
| HSL | 49.13º | 0.66% | 0.44% | - |
| HSV(B) | 49.13º | 0.8% | 0.73% | - |
| XYZ | 33.41 | 35.85 | 6.99 | - |
| YUV | 154.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 38 | 0 | 0.14 | 0.80 | 0.27 | 49.13 | 0.66 | 0.44 |
| Hex | BB | A0 | 26 | 0 | E | 50 | 1B | 31 | 42 | 2C |
| Octal | 273 | 240 | 46 | 0 | 16 | 120 | 33 | 61 | 102 | 54 |
| Binary | 10111011 | 10100000 | 100110 | 0 | 1110 | 1010000 | 11011 | 110001 | 1000010 | 101100 |
Color Harmonies of #BBA026
Complementary color
Monochromatic Colors of #BBA026
Black with #BBA026
Text Example
Text Example
White with #BBA026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA026; }
p { color: rgb(187,160,38); }
H1.HeaderClassName
{
color: #BBA026;
}
.AnyTagClassName
{
color: #BBA026;
}
</style>
background-color css
<style>
a { background-color: #BBA026; }
a { background-color: rgb(187,160,38); }
div.DivClassName
{
background-color: #BBA026;
}
.BgClassName
{
background-color: #BBA026;
}
</style>
border-color css
<style>
span { border-color: #BBA026; }
span { border-color: rgb(187,160,38); }
td.TdClassName
{
border-color: #BBA026;
}
.TagClassName
{
border-color: #BBA026;
}
</style>