Shades of Sahara #B49024
Tints of Sahara #B49024
RGB
CMYK
RGB Variations
Color information
#B49024 (or 0xB49024) is known color: Sahara. HEX triplet: B4, 90 and 24. RGB value is (180,144,36). Sum of RGB (Red+Green+Blue) = 180+144+36=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B49024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49024 is #4B6FDB. Grayscale: #8E8E8E. Windows color (decimal): -4943836 or 2396340. OLE color: 2396340.
HSL color Cylindrical-coordinate representation of color #B49024: hue angle of 45º 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 #B49024 is Cyan = 0, Magento = 0.2, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 36 | - |
| CMYK | 0 | 0.2 | 0.8 | 0.29 |
| HSL | 45º | 0.67% | 0.42% | - |
| HSV(B) | 45º | 0.8% | 0.71% | - |
| XYZ | 29.11 | 29.78 | 5.88 | - |
| YUV | 142.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 36 | 0 | 0.2 | 0.8 | 0.29 | 45 | 0.67 | 0.42 |
| Hex | B4 | 90 | 24 | 0 | 14 | 50 | 1D | 2D | 43 | 2A |
| Octal | 264 | 220 | 44 | 0 | 24 | 120 | 35 | 55 | 103 | 52 |
| Binary | 10110100 | 10010000 | 100100 | 0 | 10100 | 1010000 | 11101 | 101101 | 1000011 | 101010 |
Color Harmonies of #B49024
Complementary color
Monochromatic Colors of #B49024
Black with #B49024
Text Example
Text Example
White with #B49024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49024; }
p { color: rgb(180,144,36); }
H1.HeaderClassName
{
color: #B49024;
}
.AnyTagClassName
{
color: #B49024;
}
</style>
background-color css
<style>
a { background-color: #B49024; }
a { background-color: rgb(180,144,36); }
div.DivClassName
{
background-color: #B49024;
}
.BgClassName
{
background-color: #B49024;
}
</style>
border-color css
<style>
span { border-color: #B49024; }
span { border-color: rgb(180,144,36); }
td.TdClassName
{
border-color: #B49024;
}
.TagClassName
{
border-color: #B49024;
}
</style>