Shades of Sahara #B49E2F
Tints of Sahara #B49E2F
RGB
CMYK
RGB Variations
Color information
#B49E2F (or 0xB49E2F) is known color: Sahara. HEX triplet: B4, 9E and 2F. RGB value is (180,158,47). Sum of RGB (Red+Green+Blue) = 180+158+47=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E2F is #4B61D0. Grayscale: #989898. Windows color (decimal): -4940241 or 3120820. OLE color: 3120820.
HSL color Cylindrical-coordinate representation of color #B49E2F: hue angle of 50.08º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B49E2F is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 47 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.29 |
| HSL | 50.08º | 0.59% | 0.45% | - |
| HSV(B) | 50.08º | 0.74% | 0.71% | - |
| XYZ | 31.56 | 34.36 | 7.66 | - |
| YUV | 151.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 47 | 0 | 0.12 | 0.74 | 0.29 | 50.08 | 0.59 | 0.45 |
| Hex | B4 | 9E | 2F | 0 | C | 4A | 1D | 32 | 3B | 2D |
| Octal | 264 | 236 | 57 | 0 | 14 | 112 | 35 | 62 | 73 | 55 |
| Binary | 10110100 | 10011110 | 101111 | 0 | 1100 | 1001010 | 11101 | 110010 | 111011 | 101101 |
Color Harmonies of #B49E2F
Complementary color
Monochromatic Colors of #B49E2F
Black with #B49E2F
Text Example
Text Example
White with #B49E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E2F; }
p { color: rgb(180,158,47); }
H1.HeaderClassName
{
color: #B49E2F;
}
.AnyTagClassName
{
color: #B49E2F;
}
</style>
background-color css
<style>
a { background-color: #B49E2F; }
a { background-color: rgb(180,158,47); }
div.DivClassName
{
background-color: #B49E2F;
}
.BgClassName
{
background-color: #B49E2F;
}
</style>
border-color css
<style>
span { border-color: #B49E2F; }
span { border-color: rgb(180,158,47); }
td.TdClassName
{
border-color: #B49E2F;
}
.TagClassName
{
border-color: #B49E2F;
}
</style>