Shades of Sahara #B49121
Tints of Sahara #B49121
RGB
CMYK
RGB Variations
Color information
#B49121 (or 0xB49121) is known color: Sahara. HEX triplet: B4, 91 and 21. RGB value is (180,145,33). Sum of RGB (Red+Green+Blue) = 180+145+33=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B49121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49121 is #4B6EDE. Grayscale: #8F8F8F. Windows color (decimal): -4943583 or 2199988. OLE color: 2199988.
HSL color Cylindrical-coordinate representation of color #B49121: hue angle of 45.71º 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 #B49121 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 33 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.29 |
| HSL | 45.71º | 0.69% | 0.42% | - |
| HSV(B) | 45.71º | 0.82% | 0.71% | - |
| XYZ | 29.22 | 30.06 | 5.7 | - |
| YUV | 142.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 33 | 0 | 0.19 | 0.82 | 0.29 | 45.71 | 0.69 | 0.42 |
| Hex | B4 | 91 | 21 | 0 | 13 | 52 | 1D | 2E | 45 | 2A |
| Octal | 264 | 221 | 41 | 0 | 23 | 122 | 35 | 56 | 105 | 52 |
| Binary | 10110100 | 10010001 | 100001 | 0 | 10011 | 1010010 | 11101 | 101110 | 1000101 | 101010 |
Color Harmonies of #B49121
Complementary color
Monochromatic Colors of #B49121
Black with #B49121
Text Example
Text Example
White with #B49121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49121; }
p { color: rgb(180,145,33); }
H1.HeaderClassName
{
color: #B49121;
}
.AnyTagClassName
{
color: #B49121;
}
</style>
background-color css
<style>
a { background-color: #B49121; }
a { background-color: rgb(180,145,33); }
div.DivClassName
{
background-color: #B49121;
}
.BgClassName
{
background-color: #B49121;
}
</style>
border-color css
<style>
span { border-color: #B49121; }
span { border-color: rgb(180,145,33); }
td.TdClassName
{
border-color: #B49121;
}
.TagClassName
{
border-color: #B49121;
}
</style>