Shades of Sahara #B49420
Tints of Sahara #B49420
RGB
CMYK
RGB Variations
Color information
#B49420 (or 0xB49420) is known color: Sahara. HEX triplet: B4, 94 and 20. RGB value is (180,148,32). Sum of RGB (Red+Green+Blue) = 180+148+32=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B49420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49420 is #4B6BDF. Grayscale: #909090. Windows color (decimal): -4942816 or 2135220. OLE color: 2135220.
HSL color Cylindrical-coordinate representation of color #B49420: hue angle of 47.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B49420 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 148 | 32 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.29 |
| HSL | 47.03º | 0.7% | 0.42% | - |
| HSV(B) | 47.03º | 0.82% | 0.71% | - |
| XYZ | 29.67 | 30.99 | 5.78 | - |
| YUV | 144.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 148 | 32 | 0 | 0.18 | 0.82 | 0.29 | 47.03 | 0.7 | 0.42 |
| Hex | B4 | 94 | 20 | 0 | 12 | 52 | 1D | 2F | 46 | 2A |
| Octal | 264 | 224 | 40 | 0 | 22 | 122 | 35 | 57 | 106 | 52 |
| Binary | 10110100 | 10010100 | 100000 | 0 | 10010 | 1010010 | 11101 | 101111 | 1000110 | 101010 |
Color Harmonies of #B49420
Complementary color
Monochromatic Colors of #B49420
Black with #B49420
Text Example
Text Example
White with #B49420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49420; }
p { color: rgb(180,148,32); }
H1.HeaderClassName
{
color: #B49420;
}
.AnyTagClassName
{
color: #B49420;
}
</style>
background-color css
<style>
a { background-color: #B49420; }
a { background-color: rgb(180,148,32); }
div.DivClassName
{
background-color: #B49420;
}
.BgClassName
{
background-color: #B49420;
}
</style>
border-color css
<style>
span { border-color: #B49420; }
span { border-color: rgb(180,148,32); }
td.TdClassName
{
border-color: #B49420;
}
.TagClassName
{
border-color: #B49420;
}
</style>