Shades of Sahara #B5A02F
Tints of Sahara #B5A02F
RGB
CMYK
RGB Variations
Color information
#B5A02F (or 0xB5A02F) is known color: Sahara. HEX triplet: B5, A0 and 2F. RGB value is (181,160,47). Sum of RGB (Red+Green+Blue) = 181+160+47=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A02F is #4A5FD0. Grayscale: #999999. Windows color (decimal): -4874193 or 3121333. OLE color: 3121333.
HSL color Cylindrical-coordinate representation of color #B5A02F: hue angle of 50.6º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5A02F is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 47 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.29 |
| HSL | 50.6º | 0.59% | 0.45% | - |
| HSV(B) | 50.6º | 0.74% | 0.71% | - |
| XYZ | 32.14 | 35.17 | 7.78 | - |
| YUV | 153.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 47 | 0 | 0.12 | 0.74 | 0.29 | 50.6 | 0.59 | 0.45 |
| Hex | B5 | A0 | 2F | 0 | C | 4A | 1D | 33 | 3B | 2D |
| Octal | 265 | 240 | 57 | 0 | 14 | 112 | 35 | 63 | 73 | 55 |
| Binary | 10110101 | 10100000 | 101111 | 0 | 1100 | 1001010 | 11101 | 110011 | 111011 | 101101 |
Color Harmonies of #B5A02F
Complementary color
Monochromatic Colors of #B5A02F
Black with #B5A02F
Text Example
Text Example
White with #B5A02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A02F; }
p { color: rgb(181,160,47); }
H1.HeaderClassName
{
color: #B5A02F;
}
.AnyTagClassName
{
color: #B5A02F;
}
</style>
background-color css
<style>
a { background-color: #B5A02F; }
a { background-color: rgb(181,160,47); }
div.DivClassName
{
background-color: #B5A02F;
}
.BgClassName
{
background-color: #B5A02F;
}
</style>
border-color css
<style>
span { border-color: #B5A02F; }
span { border-color: rgb(181,160,47); }
td.TdClassName
{
border-color: #B5A02F;
}
.TagClassName
{
border-color: #B5A02F;
}
</style>