Shades of Sahara #B5A030
Tints of Sahara #B5A030
RGB
CMYK
RGB Variations
Color information
#B5A030 (or 0xB5A030) is known color: Sahara. HEX triplet: B5, A0 and 30. RGB value is (181,160,48). Sum of RGB (Red+Green+Blue) = 181+160+48=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A030 is #4A5FCF. Grayscale: #999999. Windows color (decimal): -4874192 or 3186869. OLE color: 3186869.
HSL color Cylindrical-coordinate representation of color #B5A030: hue angle of 50.53º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5A030 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 48 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.29 |
| HSL | 50.53º | 0.58% | 0.45% | - |
| HSV(B) | 50.53º | 0.73% | 0.71% | - |
| XYZ | 32.16 | 35.18 | 7.89 | - |
| YUV | 153.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 48 | 0 | 0.12 | 0.73 | 0.29 | 50.53 | 0.58 | 0.45 |
| Hex | B5 | A0 | 30 | 0 | C | 49 | 1D | 33 | 3A | 2D |
| Octal | 265 | 240 | 60 | 0 | 14 | 111 | 35 | 63 | 72 | 55 |
| Binary | 10110101 | 10100000 | 110000 | 0 | 1100 | 1001001 | 11101 | 110011 | 111010 | 101101 |
Color Harmonies of #B5A030
Complementary color
Monochromatic Colors of #B5A030
Black with #B5A030
Text Example
Text Example
White with #B5A030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A030; }
p { color: rgb(181,160,48); }
H1.HeaderClassName
{
color: #B5A030;
}
.AnyTagClassName
{
color: #B5A030;
}
</style>
background-color css
<style>
a { background-color: #B5A030; }
a { background-color: rgb(181,160,48); }
div.DivClassName
{
background-color: #B5A030;
}
.BgClassName
{
background-color: #B5A030;
}
</style>
border-color css
<style>
span { border-color: #B5A030; }
span { border-color: rgb(181,160,48); }
td.TdClassName
{
border-color: #B5A030;
}
.TagClassName
{
border-color: #B5A030;
}
</style>