Shades of Sahara #BBA12F
Tints of Sahara #BBA12F
RGB
CMYK
RGB Variations
Color information
#BBA12F (or 0xBBA12F) is known color: Sahara. HEX triplet: BB, A1 and 2F. RGB value is (187,161,47). Sum of RGB (Red+Green+Blue) = 187+161+47=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA12F is #445ED0. Grayscale: #9C9C9C. Windows color (decimal): -4480721 or 3121595. OLE color: 3121595.
HSL color Cylindrical-coordinate representation of color #BBA12F: hue angle of 48.86º degrees, saturation: 0.6, 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 #BBA12F is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 47 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.27 |
| HSL | 48.86º | 0.6% | 0.46% | - |
| HSV(B) | 48.86º | 0.75% | 0.73% | - |
| XYZ | 33.75 | 36.26 | 7.91 | - |
| YUV | 155.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 47 | 0 | 0.14 | 0.75 | 0.27 | 48.86 | 0.6 | 0.46 |
| Hex | BB | A1 | 2F | 0 | E | 4B | 1B | 31 | 3C | 2E |
| Octal | 273 | 241 | 57 | 0 | 16 | 113 | 33 | 61 | 74 | 56 |
| Binary | 10111011 | 10100001 | 101111 | 0 | 1110 | 1001011 | 11011 | 110001 | 111100 | 101110 |
Color Harmonies of #BBA12F
Complementary color
Monochromatic Colors of #BBA12F
Black with #BBA12F
Text Example
Text Example
White with #BBA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA12F; }
p { color: rgb(187,161,47); }
H1.HeaderClassName
{
color: #BBA12F;
}
.AnyTagClassName
{
color: #BBA12F;
}
</style>
background-color css
<style>
a { background-color: #BBA12F; }
a { background-color: rgb(187,161,47); }
div.DivClassName
{
background-color: #BBA12F;
}
.BgClassName
{
background-color: #BBA12F;
}
</style>
border-color css
<style>
span { border-color: #BBA12F; }
span { border-color: rgb(187,161,47); }
td.TdClassName
{
border-color: #BBA12F;
}
.TagClassName
{
border-color: #BBA12F;
}
</style>