Shades of Sahara #BBA332
Tints of Sahara #BBA332
RGB
CMYK
RGB Variations
Color information
#BBA332 (or 0xBBA332) is known color: Sahara. HEX triplet: BB, A3 and 32. RGB value is (187,163,50). Sum of RGB (Red+Green+Blue) = 187+163+50=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA332 is #445CCD. Grayscale: #9D9D9D. Windows color (decimal): -4480206 or 3318715. OLE color: 3318715.
HSL color Cylindrical-coordinate representation of color #BBA332: hue angle of 49.49º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBA332 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 50 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.27 |
| HSL | 49.49º | 0.58% | 0.46% | - |
| HSV(B) | 49.49º | 0.73% | 0.73% | - |
| XYZ | 34.17 | 36.99 | 8.36 | - |
| YUV | 157.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 50 | 0 | 0.13 | 0.73 | 0.27 | 49.49 | 0.58 | 0.46 |
| Hex | BB | A3 | 32 | 0 | D | 49 | 1B | 31 | 3A | 2E |
| Octal | 273 | 243 | 62 | 0 | 15 | 111 | 33 | 61 | 72 | 56 |
| Binary | 10111011 | 10100011 | 110010 | 0 | 1101 | 1001001 | 11011 | 110001 | 111010 | 101110 |
Color Harmonies of #BBA332
Complementary color
Monochromatic Colors of #BBA332
Black with #BBA332
Text Example
Text Example
White with #BBA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA332; }
p { color: rgb(187,163,50); }
H1.HeaderClassName
{
color: #BBA332;
}
.AnyTagClassName
{
color: #BBA332;
}
</style>
background-color css
<style>
a { background-color: #BBA332; }
a { background-color: rgb(187,163,50); }
div.DivClassName
{
background-color: #BBA332;
}
.BgClassName
{
background-color: #BBA332;
}
</style>
border-color css
<style>
span { border-color: #BBA332; }
span { border-color: rgb(187,163,50); }
td.TdClassName
{
border-color: #BBA332;
}
.TagClassName
{
border-color: #BBA332;
}
</style>