Shades of Sahara #B5A132
Tints of Sahara #B5A132
RGB
CMYK
RGB Variations
Color information
#B5A132 (or 0xB5A132) is known color: Sahara. HEX triplet: B5, A1 and 32. RGB value is (181,161,50). Sum of RGB (Red+Green+Blue) = 181+161+50=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A132 is #4A5ECD. Grayscale: #9A9A9A. Windows color (decimal): -4873934 or 3318197. OLE color: 3318197.
HSL color Cylindrical-coordinate representation of color #B5A132: hue angle of 50.84º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5A132 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 50 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.29 |
| HSL | 50.84º | 0.57% | 0.45% | - |
| HSV(B) | 50.84º | 0.72% | 0.71% | - |
| XYZ | 32.38 | 35.54 | 8.17 | - |
| YUV | 154.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 50 | 0 | 0.11 | 0.72 | 0.29 | 50.84 | 0.57 | 0.45 |
| Hex | B5 | A1 | 32 | 0 | B | 48 | 1D | 33 | 39 | 2D |
| Octal | 265 | 241 | 62 | 0 | 13 | 110 | 35 | 63 | 71 | 55 |
| Binary | 10110101 | 10100001 | 110010 | 0 | 1011 | 1001000 | 11101 | 110011 | 111001 | 101101 |
Color Harmonies of #B5A132
Complementary color
Monochromatic Colors of #B5A132
Black with #B5A132
Text Example
Text Example
White with #B5A132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A132; }
p { color: rgb(181,161,50); }
H1.HeaderClassName
{
color: #B5A132;
}
.AnyTagClassName
{
color: #B5A132;
}
</style>
background-color css
<style>
a { background-color: #B5A132; }
a { background-color: rgb(181,161,50); }
div.DivClassName
{
background-color: #B5A132;
}
.BgClassName
{
background-color: #B5A132;
}
</style>
border-color css
<style>
span { border-color: #B5A132; }
span { border-color: rgb(181,161,50); }
td.TdClassName
{
border-color: #B5A132;
}
.TagClassName
{
border-color: #B5A132;
}
</style>