Shades of Sahara #B49E24
Tints of Sahara #B49E24
RGB
CMYK
RGB Variations
Color information
#B49E24 (or 0xB49E24) is known color: Sahara. HEX triplet: B4, 9E and 24. RGB value is (180,158,36). Sum of RGB (Red+Green+Blue) = 180+158+36=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E24 is #4B61DB. Grayscale: #979797. Windows color (decimal): -4940252 or 2399924. OLE color: 2399924.
HSL color Cylindrical-coordinate representation of color #B49E24: hue angle of 50.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B49E24 is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 36 | - |
| CMYK | 0 | 0.12 | 0.8 | 0.29 |
| HSL | 50.83º | 0.67% | 0.42% | - |
| HSV(B) | 50.83º | 0.8% | 0.71% | - |
| XYZ | 31.37 | 34.28 | 6.63 | - |
| YUV | 150.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 36 | 0 | 0.12 | 0.8 | 0.29 | 50.83 | 0.67 | 0.42 |
| Hex | B4 | 9E | 24 | 0 | C | 50 | 1D | 33 | 43 | 2A |
| Octal | 264 | 236 | 44 | 0 | 14 | 120 | 35 | 63 | 103 | 52 |
| Binary | 10110100 | 10011110 | 100100 | 0 | 1100 | 1010000 | 11101 | 110011 | 1000011 | 101010 |
Color Harmonies of #B49E24
Complementary color
Monochromatic Colors of #B49E24
Black with #B49E24
Text Example
Text Example
White with #B49E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E24; }
p { color: rgb(180,158,36); }
H1.HeaderClassName
{
color: #B49E24;
}
.AnyTagClassName
{
color: #B49E24;
}
</style>
background-color css
<style>
a { background-color: #B49E24; }
a { background-color: rgb(180,158,36); }
div.DivClassName
{
background-color: #B49E24;
}
.BgClassName
{
background-color: #B49E24;
}
</style>
border-color css
<style>
span { border-color: #B49E24; }
span { border-color: rgb(180,158,36); }
td.TdClassName
{
border-color: #B49E24;
}
.TagClassName
{
border-color: #B49E24;
}
</style>