Shades of Sahara #B0A032
Tints of Sahara #B0A032
RGB
CMYK
RGB Variations
Color information
#B0A032 (or 0xB0A032) is known color: Sahara. HEX triplet: B0, A0 and 32. RGB value is (176,160,50). Sum of RGB (Red+Green+Blue) = 176+160+50=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A032 is #4F5FCD. Grayscale: #989898. Windows color (decimal): -5201870 or 3317936. OLE color: 3317936.
HSL color Cylindrical-coordinate representation of color #B0A032: hue angle of 52.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0A032 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 50 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.31 |
| HSL | 52.38º | 0.56% | 0.44% | - |
| HSV(B) | 52.38º | 0.72% | 0.69% | - |
| XYZ | 31.05 | 34.6 | 8.06 | - |
| YUV | 152.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 50 | 0 | 0.09 | 0.72 | 0.31 | 52.38 | 0.56 | 0.44 |
| Hex | B0 | A0 | 32 | 0 | 9 | 48 | 1F | 34 | 38 | 2C |
| Octal | 260 | 240 | 62 | 0 | 11 | 110 | 37 | 64 | 70 | 54 |
| Binary | 10110000 | 10100000 | 110010 | 0 | 1001 | 1001000 | 11111 | 110100 | 111000 | 101100 |
Color Harmonies of #B0A032
Complementary color
Monochromatic Colors of #B0A032
Black with #B0A032
Text Example
Text Example
White with #B0A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A032; }
p { color: rgb(176,160,50); }
H1.HeaderClassName
{
color: #B0A032;
}
.AnyTagClassName
{
color: #B0A032;
}
</style>
background-color css
<style>
a { background-color: #B0A032; }
a { background-color: rgb(176,160,50); }
div.DivClassName
{
background-color: #B0A032;
}
.BgClassName
{
background-color: #B0A032;
}
</style>
border-color css
<style>
span { border-color: #B0A032; }
span { border-color: rgb(176,160,50); }
td.TdClassName
{
border-color: #B0A032;
}
.TagClassName
{
border-color: #B0A032;
}
</style>