Shades of Sahara #B49A32
Tints of Sahara #B49A32
RGB
CMYK
RGB Variations
Color information
#B49A32 (or 0xB49A32) is known color: Sahara. HEX triplet: B4, 9A and 32. RGB value is (180,154,50). Sum of RGB (Red+Green+Blue) = 180+154+50=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A32 is #4B65CD. Grayscale: #969696. Windows color (decimal): -4941262 or 3316404. OLE color: 3316404.
HSL color Cylindrical-coordinate representation of color #B49A32: hue angle of 48º 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 #B49A32 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 50 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.29 |
| HSL | 48º | 0.57% | 0.45% | - |
| HSV(B) | 48º | 0.72% | 0.71% | - |
| XYZ | 30.95 | 33.04 | 7.76 | - |
| YUV | 149.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 50 | 0 | 0.14 | 0.72 | 0.29 | 48 | 0.57 | 0.45 |
| Hex | B4 | 9A | 32 | 0 | E | 48 | 1D | 30 | 39 | 2D |
| Octal | 264 | 232 | 62 | 0 | 16 | 110 | 35 | 60 | 71 | 55 |
| Binary | 10110100 | 10011010 | 110010 | 0 | 1110 | 1001000 | 11101 | 110000 | 111001 | 101101 |
Color Harmonies of #B49A32
Complementary color
Monochromatic Colors of #B49A32
Black with #B49A32
Text Example
Text Example
White with #B49A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A32; }
p { color: rgb(180,154,50); }
H1.HeaderClassName
{
color: #B49A32;
}
.AnyTagClassName
{
color: #B49A32;
}
</style>
background-color css
<style>
a { background-color: #B49A32; }
a { background-color: rgb(180,154,50); }
div.DivClassName
{
background-color: #B49A32;
}
.BgClassName
{
background-color: #B49A32;
}
</style>
border-color css
<style>
span { border-color: #B49A32; }
span { border-color: rgb(180,154,50); }
td.TdClassName
{
border-color: #B49A32;
}
.TagClassName
{
border-color: #B49A32;
}
</style>