Shades of Sahara #B5A02C
Tints of Sahara #B5A02C
RGB
CMYK
RGB Variations
Color information
#B5A02C (or 0xB5A02C) is known color: Sahara. HEX triplet: B5, A0 and 2C. RGB value is (181,160,44). Sum of RGB (Red+Green+Blue) = 181+160+44=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A02C is #4A5FD3. Grayscale: #999999. Windows color (decimal): -4874196 or 2924725. OLE color: 2924725.
HSL color Cylindrical-coordinate representation of color #B5A02C: hue angle of 50.8º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5A02C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 44 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.29 |
| HSL | 50.8º | 0.61% | 0.44% | - |
| HSV(B) | 50.8º | 0.76% | 0.71% | - |
| XYZ | 32.08 | 35.15 | 7.48 | - |
| YUV | 153.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 44 | 0 | 0.12 | 0.76 | 0.29 | 50.8 | 0.61 | 0.44 |
| Hex | B5 | A0 | 2C | 0 | C | 4C | 1D | 33 | 3D | 2C |
| Octal | 265 | 240 | 54 | 0 | 14 | 114 | 35 | 63 | 75 | 54 |
| Binary | 10110101 | 10100000 | 101100 | 0 | 1100 | 1001100 | 11101 | 110011 | 111101 | 101100 |
Color Harmonies of #B5A02C
Complementary color
Monochromatic Colors of #B5A02C
Black with #B5A02C
Text Example
Text Example
White with #B5A02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A02C; }
p { color: rgb(181,160,44); }
H1.HeaderClassName
{
color: #B5A02C;
}
.AnyTagClassName
{
color: #B5A02C;
}
</style>
background-color css
<style>
a { background-color: #B5A02C; }
a { background-color: rgb(181,160,44); }
div.DivClassName
{
background-color: #B5A02C;
}
.BgClassName
{
background-color: #B5A02C;
}
</style>
border-color css
<style>
span { border-color: #B5A02C; }
span { border-color: rgb(181,160,44); }
td.TdClassName
{
border-color: #B5A02C;
}
.TagClassName
{
border-color: #B5A02C;
}
</style>