Shades of Sahara #B49D2D
Tints of Sahara #B49D2D
RGB
CMYK
RGB Variations
Color information
#B49D2D (or 0xB49D2D) is known color: Sahara. HEX triplet: B4, 9D and 2D. RGB value is (180,157,45). Sum of RGB (Red+Green+Blue) = 180+157+45=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D2D is #4B62D2. Grayscale: #979797. Windows color (decimal): -4940499 or 2989492. OLE color: 2989492.
HSL color Cylindrical-coordinate representation of color #B49D2D: hue angle of 49.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B49D2D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 45 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.29 |
| HSL | 49.78º | 0.6% | 0.44% | - |
| HSV(B) | 49.78º | 0.75% | 0.71% | - |
| XYZ | 31.35 | 34.01 | 7.39 | - |
| YUV | 151.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 45 | 0 | 0.13 | 0.75 | 0.29 | 49.78 | 0.6 | 0.44 |
| Hex | B4 | 9D | 2D | 0 | D | 4B | 1D | 32 | 3C | 2C |
| Octal | 264 | 235 | 55 | 0 | 15 | 113 | 35 | 62 | 74 | 54 |
| Binary | 10110100 | 10011101 | 101101 | 0 | 1101 | 1001011 | 11101 | 110010 | 111100 | 101100 |
Color Harmonies of #B49D2D
Complementary color
Monochromatic Colors of #B49D2D
Black with #B49D2D
Text Example
Text Example
White with #B49D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D2D; }
p { color: rgb(180,157,45); }
H1.HeaderClassName
{
color: #B49D2D;
}
.AnyTagClassName
{
color: #B49D2D;
}
</style>
background-color css
<style>
a { background-color: #B49D2D; }
a { background-color: rgb(180,157,45); }
div.DivClassName
{
background-color: #B49D2D;
}
.BgClassName
{
background-color: #B49D2D;
}
</style>
border-color css
<style>
span { border-color: #B49D2D; }
span { border-color: rgb(180,157,45); }
td.TdClassName
{
border-color: #B49D2D;
}
.TagClassName
{
border-color: #B49D2D;
}
</style>