Shades of Sahara #BBA133
Tints of Sahara #BBA133
RGB
CMYK
RGB Variations
Color information
#BBA133 (or 0xBBA133) is known color: Sahara. HEX triplet: BB, A1 and 33. RGB value is (187,161,51). Sum of RGB (Red+Green+Blue) = 187+161+51=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA133 is #445ECC. Grayscale: #9C9C9C. Windows color (decimal): -4480717 or 3383739. OLE color: 3383739.
HSL color Cylindrical-coordinate representation of color #BBA133: hue angle of 48.53º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBA133 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 51 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.27 |
| HSL | 48.53º | 0.57% | 0.47% | - |
| HSV(B) | 48.53º | 0.73% | 0.73% | - |
| XYZ | 33.84 | 36.29 | 8.35 | - |
| YUV | 156.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 51 | 0 | 0.14 | 0.73 | 0.27 | 48.53 | 0.57 | 0.47 |
| Hex | BB | A1 | 33 | 0 | E | 49 | 1B | 31 | 39 | 2F |
| Octal | 273 | 241 | 63 | 0 | 16 | 111 | 33 | 61 | 71 | 57 |
| Binary | 10111011 | 10100001 | 110011 | 0 | 1110 | 1001001 | 11011 | 110001 | 111001 | 101111 |
Color Harmonies of #BBA133
Complementary color
Monochromatic Colors of #BBA133
Black with #BBA133
Text Example
Text Example
White with #BBA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA133; }
p { color: rgb(187,161,51); }
H1.HeaderClassName
{
color: #BBA133;
}
.AnyTagClassName
{
color: #BBA133;
}
</style>
background-color css
<style>
a { background-color: #BBA133; }
a { background-color: rgb(187,161,51); }
div.DivClassName
{
background-color: #BBA133;
}
.BgClassName
{
background-color: #BBA133;
}
</style>
border-color css
<style>
span { border-color: #BBA133; }
span { border-color: rgb(187,161,51); }
td.TdClassName
{
border-color: #BBA133;
}
.TagClassName
{
border-color: #BBA133;
}
</style>