Shades of Sahara #B49E30
Tints of Sahara #B49E30
RGB
CMYK
RGB Variations
Color information
#B49E30 (or 0xB49E30) is known color: Sahara. HEX triplet: B4, 9E and 30. RGB value is (180,158,48). Sum of RGB (Red+Green+Blue) = 180+158+48=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E30 is #4B61CF. Grayscale: #989898. Windows color (decimal): -4940240 or 3186356. OLE color: 3186356.
HSL color Cylindrical-coordinate representation of color #B49E30: hue angle of 50º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B49E30 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 48 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.29 |
| HSL | 50º | 0.58% | 0.45% | - |
| HSV(B) | 50º | 0.73% | 0.71% | - |
| XYZ | 31.58 | 34.37 | 7.77 | - |
| YUV | 152.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 48 | 0 | 0.12 | 0.73 | 0.29 | 50 | 0.58 | 0.45 |
| Hex | B4 | 9E | 30 | 0 | C | 49 | 1D | 32 | 3A | 2D |
| Octal | 264 | 236 | 60 | 0 | 14 | 111 | 35 | 62 | 72 | 55 |
| Binary | 10110100 | 10011110 | 110000 | 0 | 1100 | 1001001 | 11101 | 110010 | 111010 | 101101 |
Color Harmonies of #B49E30
Complementary color
Monochromatic Colors of #B49E30
Black with #B49E30
Text Example
Text Example
White with #B49E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E30; }
p { color: rgb(180,158,48); }
H1.HeaderClassName
{
color: #B49E30;
}
.AnyTagClassName
{
color: #B49E30;
}
</style>
background-color css
<style>
a { background-color: #B49E30; }
a { background-color: rgb(180,158,48); }
div.DivClassName
{
background-color: #B49E30;
}
.BgClassName
{
background-color: #B49E30;
}
</style>
border-color css
<style>
span { border-color: #B49E30; }
span { border-color: rgb(180,158,48); }
td.TdClassName
{
border-color: #B49E30;
}
.TagClassName
{
border-color: #B49E30;
}
</style>