Shades of Sahara #B49B2D
Tints of Sahara #B49B2D
RGB
CMYK
RGB Variations
Color information
#B49B2D (or 0xB49B2D) is known color: Sahara. HEX triplet: B4, 9B and 2D. RGB value is (180,155,45). Sum of RGB (Red+Green+Blue) = 180+155+45=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B2D is #4B64D2. Grayscale: #969696. Windows color (decimal): -4941011 or 2988980. OLE color: 2988980.
HSL color Cylindrical-coordinate representation of color #B49B2D: hue angle of 48.89º 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 #B49B2D is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 45 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.29 |
| HSL | 48.89º | 0.6% | 0.44% | - |
| HSV(B) | 48.89º | 0.75% | 0.71% | - |
| XYZ | 31.02 | 33.34 | 7.28 | - |
| YUV | 149.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 45 | 0 | 0.14 | 0.75 | 0.29 | 48.89 | 0.6 | 0.44 |
| Hex | B4 | 9B | 2D | 0 | E | 4B | 1D | 31 | 3C | 2C |
| Octal | 264 | 233 | 55 | 0 | 16 | 113 | 35 | 61 | 74 | 54 |
| Binary | 10110100 | 10011011 | 101101 | 0 | 1110 | 1001011 | 11101 | 110001 | 111100 | 101100 |
Color Harmonies of #B49B2D
Complementary color
Monochromatic Colors of #B49B2D
Black with #B49B2D
Text Example
Text Example
White with #B49B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49B2D; }
p { color: rgb(180,155,45); }
H1.HeaderClassName
{
color: #B49B2D;
}
.AnyTagClassName
{
color: #B49B2D;
}
</style>
background-color css
<style>
a { background-color: #B49B2D; }
a { background-color: rgb(180,155,45); }
div.DivClassName
{
background-color: #B49B2D;
}
.BgClassName
{
background-color: #B49B2D;
}
</style>
border-color css
<style>
span { border-color: #B49B2D; }
span { border-color: rgb(180,155,45); }
td.TdClassName
{
border-color: #B49B2D;
}
.TagClassName
{
border-color: #B49B2D;
}
</style>