Shades of Sahara #B49921
Tints of Sahara #B49921
RGB
CMYK
RGB Variations
Color information
#B49921 (or 0xB49921) is known color: Sahara. HEX triplet: B4, 99 and 21. RGB value is (180,153,33). Sum of RGB (Red+Green+Blue) = 180+153+33=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B49921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49921 is #4B66DE. Grayscale: #939393. Windows color (decimal): -4941535 or 2202036. OLE color: 2202036.
HSL color Cylindrical-coordinate representation of color #B49921: hue angle of 48.98º 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 #B49921 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 33 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.29 |
| HSL | 48.98º | 0.69% | 0.42% | - |
| HSV(B) | 48.98º | 0.82% | 0.71% | - |
| XYZ | 30.49 | 32.6 | 6.12 | - |
| YUV | 147.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 33 | 0 | 0.15 | 0.82 | 0.29 | 48.98 | 0.69 | 0.42 |
| Hex | B4 | 99 | 21 | 0 | F | 52 | 1D | 31 | 45 | 2A |
| Octal | 264 | 231 | 41 | 0 | 17 | 122 | 35 | 61 | 105 | 52 |
| Binary | 10110100 | 10011001 | 100001 | 0 | 1111 | 1010010 | 11101 | 110001 | 1000101 | 101010 |
Color Harmonies of #B49921
Complementary color
Monochromatic Colors of #B49921
Black with #B49921
Text Example
Text Example
White with #B49921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49921; }
p { color: rgb(180,153,33); }
H1.HeaderClassName
{
color: #B49921;
}
.AnyTagClassName
{
color: #B49921;
}
</style>
background-color css
<style>
a { background-color: #B49921; }
a { background-color: rgb(180,153,33); }
div.DivClassName
{
background-color: #B49921;
}
.BgClassName
{
background-color: #B49921;
}
</style>
border-color css
<style>
span { border-color: #B49921; }
span { border-color: rgb(180,153,33); }
td.TdClassName
{
border-color: #B49921;
}
.TagClassName
{
border-color: #B49921;
}
</style>