Shades of Sahara #B49321
Tints of Sahara #B49321
RGB
CMYK
RGB Variations
Color information
#B49321 (or 0xB49321) is known color: Sahara. HEX triplet: B4, 93 and 21. RGB value is (180,147,33). Sum of RGB (Red+Green+Blue) = 180+147+33=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B49321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49321 is #4B6CDE. Grayscale: #909090. Windows color (decimal): -4943071 or 2200500. OLE color: 2200500.
HSL color Cylindrical-coordinate representation of color #B49321: hue angle of 46.53º degrees, saturation: 0.69, 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 #B49321 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 33 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.29 |
| HSL | 46.53º | 0.69% | 0.42% | - |
| HSV(B) | 46.53º | 0.82% | 0.71% | - |
| XYZ | 29.53 | 30.68 | 5.8 | - |
| YUV | 143.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 33 | 0 | 0.18 | 0.82 | 0.29 | 46.53 | 0.69 | 0.42 |
| Hex | B4 | 93 | 21 | 0 | 12 | 52 | 1D | 2F | 45 | 2A |
| Octal | 264 | 223 | 41 | 0 | 22 | 122 | 35 | 57 | 105 | 52 |
| Binary | 10110100 | 10010011 | 100001 | 0 | 10010 | 1010010 | 11101 | 101111 | 1000101 | 101010 |
Color Harmonies of #B49321
Complementary color
Monochromatic Colors of #B49321
Black with #B49321
Text Example
Text Example
White with #B49321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49321; }
p { color: rgb(180,147,33); }
H1.HeaderClassName
{
color: #B49321;
}
.AnyTagClassName
{
color: #B49321;
}
</style>
background-color css
<style>
a { background-color: #B49321; }
a { background-color: rgb(180,147,33); }
div.DivClassName
{
background-color: #B49321;
}
.BgClassName
{
background-color: #B49321;
}
</style>
border-color css
<style>
span { border-color: #B49321; }
span { border-color: rgb(180,147,33); }
td.TdClassName
{
border-color: #B49321;
}
.TagClassName
{
border-color: #B49321;
}
</style>