Shades of Sahara #BBA12D
Tints of Sahara #BBA12D
RGB
CMYK
RGB Variations
Color information
#BBA12D (or 0xBBA12D) is known color: Sahara. HEX triplet: BB, A1 and 2D. RGB value is (187,161,45). Sum of RGB (Red+Green+Blue) = 187+161+45=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA12D is #445ED2. Grayscale: #9C9C9C. Windows color (decimal): -4480723 or 2990523. OLE color: 2990523.
HSL color Cylindrical-coordinate representation of color #BBA12D: hue angle of 49.01º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBA12D is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 45 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.27 |
| HSL | 49.01º | 0.61% | 0.45% | - |
| HSV(B) | 49.01º | 0.76% | 0.73% | - |
| XYZ | 33.71 | 36.24 | 7.7 | - |
| YUV | 155.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 45 | 0 | 0.14 | 0.76 | 0.27 | 49.01 | 0.61 | 0.45 |
| Hex | BB | A1 | 2D | 0 | E | 4C | 1B | 31 | 3D | 2D |
| Octal | 273 | 241 | 55 | 0 | 16 | 114 | 33 | 61 | 75 | 55 |
| Binary | 10111011 | 10100001 | 101101 | 0 | 1110 | 1001100 | 11011 | 110001 | 111101 | 101101 |
Color Harmonies of #BBA12D
Complementary color
Monochromatic Colors of #BBA12D
Black with #BBA12D
Text Example
Text Example
White with #BBA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA12D; }
p { color: rgb(187,161,45); }
H1.HeaderClassName
{
color: #BBA12D;
}
.AnyTagClassName
{
color: #BBA12D;
}
</style>
background-color css
<style>
a { background-color: #BBA12D; }
a { background-color: rgb(187,161,45); }
div.DivClassName
{
background-color: #BBA12D;
}
.BgClassName
{
background-color: #BBA12D;
}
</style>
border-color css
<style>
span { border-color: #BBA12D; }
span { border-color: rgb(187,161,45); }
td.TdClassName
{
border-color: #BBA12D;
}
.TagClassName
{
border-color: #BBA12D;
}
</style>