Shades of Sahara #B39220
Tints of Sahara #B39220
RGB
CMYK
RGB Variations
Color information
#B39220 (or 0xB39220) is known color: Sahara. HEX triplet: B3, 92 and 20. RGB value is (179,146,32). Sum of RGB (Red+Green+Blue) = 179+146+32=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B39220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39220 is #4C6DDF. Grayscale: #8F8F8F. Windows color (decimal): -5008864 or 2134707. OLE color: 2134707.
HSL color Cylindrical-coordinate representation of color #B39220: hue angle of 46.53º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B39220 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 32 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.30 |
| HSL | 46.53º | 0.7% | 0.41% | - |
| HSV(B) | 46.53º | 0.82% | 0.7% | - |
| XYZ | 29.13 | 30.25 | 5.67 | - |
| YUV | 142.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 32 | 0 | 0.18 | 0.82 | 0.30 | 46.53 | 0.7 | 0.41 |
| Hex | B3 | 92 | 20 | 0 | 12 | 52 | 1E | 2F | 46 | 29 |
| Octal | 263 | 222 | 40 | 0 | 22 | 122 | 36 | 57 | 106 | 51 |
| Binary | 10110011 | 10010010 | 100000 | 0 | 10010 | 1010010 | 11110 | 101111 | 1000110 | 101001 |
Color Harmonies of #B39220
Complementary color
Monochromatic Colors of #B39220
Black with #B39220
Text Example
Text Example
White with #B39220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39220; }
p { color: rgb(179,146,32); }
H1.HeaderClassName
{
color: #B39220;
}
.AnyTagClassName
{
color: #B39220;
}
</style>
background-color css
<style>
a { background-color: #B39220; }
a { background-color: rgb(179,146,32); }
div.DivClassName
{
background-color: #B39220;
}
.BgClassName
{
background-color: #B39220;
}
</style>
border-color css
<style>
span { border-color: #B39220; }
span { border-color: rgb(179,146,32); }
td.TdClassName
{
border-color: #B39220;
}
.TagClassName
{
border-color: #B39220;
}
</style>