Shades of Sahara #B49022
Tints of Sahara #B49022
RGB
CMYK
RGB Variations
Color information
#B49022 (or 0xB49022) is known color: Sahara. HEX triplet: B4, 90 and 22. RGB value is (180,144,34). Sum of RGB (Red+Green+Blue) = 180+144+34=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B49022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49022 is #4B6FDD. Grayscale: #8E8E8E. Windows color (decimal): -4943838 or 2265268. OLE color: 2265268.
HSL color Cylindrical-coordinate representation of color #B49022: hue angle of 45.21º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B49022 is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 34 | - |
| CMYK | 0 | 0.2 | 0.81 | 0.29 |
| HSL | 45.21º | 0.68% | 0.42% | - |
| HSV(B) | 45.21º | 0.81% | 0.71% | - |
| XYZ | 29.08 | 29.77 | 5.73 | - |
| YUV | 142.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 34 | 0 | 0.2 | 0.81 | 0.29 | 45.21 | 0.68 | 0.42 |
| Hex | B4 | 90 | 22 | 0 | 14 | 51 | 1D | 2D | 44 | 2A |
| Octal | 264 | 220 | 42 | 0 | 24 | 121 | 35 | 55 | 104 | 52 |
| Binary | 10110100 | 10010000 | 100010 | 0 | 10100 | 1010001 | 11101 | 101101 | 1000100 | 101010 |
Color Harmonies of #B49022
Complementary color
Monochromatic Colors of #B49022
Black with #B49022
Text Example
Text Example
White with #B49022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49022; }
p { color: rgb(180,144,34); }
H1.HeaderClassName
{
color: #B49022;
}
.AnyTagClassName
{
color: #B49022;
}
</style>
background-color css
<style>
a { background-color: #B49022; }
a { background-color: rgb(180,144,34); }
div.DivClassName
{
background-color: #B49022;
}
.BgClassName
{
background-color: #B49022;
}
</style>
border-color css
<style>
span { border-color: #B49022; }
span { border-color: rgb(180,144,34); }
td.TdClassName
{
border-color: #B49022;
}
.TagClassName
{
border-color: #B49022;
}
</style>