Shades of Sahara #B5A12F
Tints of Sahara #B5A12F
RGB
CMYK
RGB Variations
Color information
#B5A12F (or 0xB5A12F) is known color: Sahara. HEX triplet: B5, A1 and 2F. RGB value is (181,161,47). Sum of RGB (Red+Green+Blue) = 181+161+47=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A12F is #4A5ED0. Grayscale: #9A9A9A. Windows color (decimal): -4873937 or 3121589. OLE color: 3121589.
HSL color Cylindrical-coordinate representation of color #B5A12F: hue angle of 51.04º 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 #B5A12F is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 47 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.29 |
| HSL | 51.04º | 0.59% | 0.45% | - |
| HSV(B) | 51.04º | 0.74% | 0.71% | - |
| XYZ | 32.31 | 35.52 | 7.84 | - |
| YUV | 153.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 47 | 0 | 0.11 | 0.74 | 0.29 | 51.04 | 0.59 | 0.45 |
| Hex | B5 | A1 | 2F | 0 | B | 4A | 1D | 33 | 3B | 2D |
| Octal | 265 | 241 | 57 | 0 | 13 | 112 | 35 | 63 | 73 | 55 |
| Binary | 10110101 | 10100001 | 101111 | 0 | 1011 | 1001010 | 11101 | 110011 | 111011 | 101101 |
Color Harmonies of #B5A12F
Complementary color
Monochromatic Colors of #B5A12F
Black with #B5A12F
Text Example
Text Example
White with #B5A12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A12F; }
p { color: rgb(181,161,47); }
H1.HeaderClassName
{
color: #B5A12F;
}
.AnyTagClassName
{
color: #B5A12F;
}
</style>
background-color css
<style>
a { background-color: #B5A12F; }
a { background-color: rgb(181,161,47); }
div.DivClassName
{
background-color: #B5A12F;
}
.BgClassName
{
background-color: #B5A12F;
}
</style>
border-color css
<style>
span { border-color: #B5A12F; }
span { border-color: rgb(181,161,47); }
td.TdClassName
{
border-color: #B5A12F;
}
.TagClassName
{
border-color: #B5A12F;
}
</style>