Shades of Sahara #B49322
Tints of Sahara #B49322
RGB
CMYK
RGB Variations
Color information
#B49322 (or 0xB49322) is known color: Sahara. HEX triplet: B4, 93 and 22. RGB value is (180,147,34). Sum of RGB (Red+Green+Blue) = 180+147+34=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B49322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49322 is #4B6CDD. Grayscale: #909090. Windows color (decimal): -4943070 or 2266036. OLE color: 2266036.
HSL color Cylindrical-coordinate representation of color #B49322: hue angle of 46.44º 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 #B49322 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 34 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.29 |
| HSL | 46.44º | 0.68% | 0.42% | - |
| HSV(B) | 46.44º | 0.81% | 0.71% | - |
| XYZ | 29.54 | 30.69 | 5.88 | - |
| YUV | 143.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 34 | 0 | 0.18 | 0.81 | 0.29 | 46.44 | 0.68 | 0.42 |
| Hex | B4 | 93 | 22 | 0 | 12 | 51 | 1D | 2E | 44 | 2A |
| Octal | 264 | 223 | 42 | 0 | 22 | 121 | 35 | 56 | 104 | 52 |
| Binary | 10110100 | 10010011 | 100010 | 0 | 10010 | 1010001 | 11101 | 101110 | 1000100 | 101010 |
Color Harmonies of #B49322
Complementary color
Monochromatic Colors of #B49322
Black with #B49322
Text Example
Text Example
White with #B49322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49322; }
p { color: rgb(180,147,34); }
H1.HeaderClassName
{
color: #B49322;
}
.AnyTagClassName
{
color: #B49322;
}
</style>
background-color css
<style>
a { background-color: #B49322; }
a { background-color: rgb(180,147,34); }
div.DivClassName
{
background-color: #B49322;
}
.BgClassName
{
background-color: #B49322;
}
</style>
border-color css
<style>
span { border-color: #B49322; }
span { border-color: rgb(180,147,34); }
td.TdClassName
{
border-color: #B49322;
}
.TagClassName
{
border-color: #B49322;
}
</style>