Shades of Sahara #B49D2F
Tints of Sahara #B49D2F
RGB
CMYK
RGB Variations
Color information
#B49D2F (or 0xB49D2F) is known color: Sahara. HEX triplet: B4, 9D and 2F. RGB value is (180,157,47). Sum of RGB (Red+Green+Blue) = 180+157+47=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D2F is #4B62D0. Grayscale: #979797. Windows color (decimal): -4940497 or 3120564. OLE color: 3120564.
HSL color Cylindrical-coordinate representation of color #B49D2F: hue angle of 49.62º 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 #B49D2F is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 47 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.29 |
| HSL | 49.62º | 0.59% | 0.45% | - |
| HSV(B) | 49.62º | 0.74% | 0.71% | - |
| XYZ | 31.39 | 34.02 | 7.6 | - |
| YUV | 151.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 47 | 0 | 0.13 | 0.74 | 0.29 | 49.62 | 0.59 | 0.45 |
| Hex | B4 | 9D | 2F | 0 | D | 4A | 1D | 32 | 3B | 2D |
| Octal | 264 | 235 | 57 | 0 | 15 | 112 | 35 | 62 | 73 | 55 |
| Binary | 10110100 | 10011101 | 101111 | 0 | 1101 | 1001010 | 11101 | 110010 | 111011 | 101101 |
Color Harmonies of #B49D2F
Complementary color
Monochromatic Colors of #B49D2F
Black with #B49D2F
Text Example
Text Example
White with #B49D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D2F; }
p { color: rgb(180,157,47); }
H1.HeaderClassName
{
color: #B49D2F;
}
.AnyTagClassName
{
color: #B49D2F;
}
</style>
background-color css
<style>
a { background-color: #B49D2F; }
a { background-color: rgb(180,157,47); }
div.DivClassName
{
background-color: #B49D2F;
}
.BgClassName
{
background-color: #B49D2F;
}
</style>
border-color css
<style>
span { border-color: #B49D2F; }
span { border-color: rgb(180,157,47); }
td.TdClassName
{
border-color: #B49D2F;
}
.TagClassName
{
border-color: #B49D2F;
}
</style>