Shades of Sahara #BBA027
Tints of Sahara #BBA027
RGB
CMYK
RGB Variations
Color information
#BBA027 (or 0xBBA027) is known color: Sahara. HEX triplet: BB, A0 and 27. RGB value is (187,160,39). Sum of RGB (Red+Green+Blue) = 187+160+39=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA027 is #445FD8. Grayscale: #9A9A9A. Windows color (decimal): -4480985 or 2597051. OLE color: 2597051.
HSL color Cylindrical-coordinate representation of color #BBA027: hue angle of 49.05º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBA027 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 39 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.27 |
| HSL | 49.05º | 0.65% | 0.44% | - |
| HSV(B) | 49.05º | 0.79% | 0.73% | - |
| XYZ | 33.43 | 35.85 | 7.08 | - |
| YUV | 154.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 39 | 0 | 0.14 | 0.79 | 0.27 | 49.05 | 0.65 | 0.44 |
| Hex | BB | A0 | 27 | 0 | E | 4F | 1B | 31 | 41 | 2C |
| Octal | 273 | 240 | 47 | 0 | 16 | 117 | 33 | 61 | 101 | 54 |
| Binary | 10111011 | 10100000 | 100111 | 0 | 1110 | 1001111 | 11011 | 110001 | 1000001 | 101100 |
Color Harmonies of #BBA027
Complementary color
Monochromatic Colors of #BBA027
Black with #BBA027
Text Example
Text Example
White with #BBA027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA027; }
p { color: rgb(187,160,39); }
H1.HeaderClassName
{
color: #BBA027;
}
.AnyTagClassName
{
color: #BBA027;
}
</style>
background-color css
<style>
a { background-color: #BBA027; }
a { background-color: rgb(187,160,39); }
div.DivClassName
{
background-color: #BBA027;
}
.BgClassName
{
background-color: #BBA027;
}
</style>
border-color css
<style>
span { border-color: #BBA027; }
span { border-color: rgb(187,160,39); }
td.TdClassName
{
border-color: #BBA027;
}
.TagClassName
{
border-color: #BBA027;
}
</style>