Shades of Sahara #B39022
Tints of Sahara #B39022
RGB
CMYK
RGB Variations
Color information
#B39022 (or 0xB39022) is known color: Sahara. HEX triplet: B3, 90 and 22. RGB value is (179,144,34). Sum of RGB (Red+Green+Blue) = 179+144+34=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B39022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39022 is #4C6FDD. Grayscale: #8E8E8E. Windows color (decimal): -5009374 or 2265267. OLE color: 2265267.
HSL color Cylindrical-coordinate representation of color #B39022: hue angle of 45.52º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B39022 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 34 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.30 |
| HSL | 45.52º | 0.68% | 0.42% | - |
| HSV(B) | 45.52º | 0.81% | 0.7% | - |
| XYZ | 28.85 | 29.65 | 5.71 | - |
| YUV | 141.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 34 | 0 | 0.20 | 0.81 | 0.30 | 45.52 | 0.68 | 0.42 |
| Hex | B3 | 90 | 22 | 0 | 14 | 51 | 1E | 2E | 44 | 2A |
| Octal | 263 | 220 | 42 | 0 | 24 | 121 | 36 | 56 | 104 | 52 |
| Binary | 10110011 | 10010000 | 100010 | 0 | 10100 | 1010001 | 11110 | 101110 | 1000100 | 101010 |
Color Harmonies of #B39022
Complementary color
Monochromatic Colors of #B39022
Black with #B39022
Text Example
Text Example
White with #B39022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39022; }
p { color: rgb(179,144,34); }
H1.HeaderClassName
{
color: #B39022;
}
.AnyTagClassName
{
color: #B39022;
}
</style>
background-color css
<style>
a { background-color: #B39022; }
a { background-color: rgb(179,144,34); }
div.DivClassName
{
background-color: #B39022;
}
.BgClassName
{
background-color: #B39022;
}
</style>
border-color css
<style>
span { border-color: #B39022; }
span { border-color: rgb(179,144,34); }
td.TdClassName
{
border-color: #B39022;
}
.TagClassName
{
border-color: #B39022;
}
</style>