Shades of Sahara #B49B2E
Tints of Sahara #B49B2E
RGB
CMYK
RGB Variations
Color information
#B49B2E (or 0xB49B2E) is known color: Sahara. HEX triplet: B4, 9B and 2E. RGB value is (180,155,46). Sum of RGB (Red+Green+Blue) = 180+155+46=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B2E is #4B64D1. Grayscale: #969696. Windows color (decimal): -4941010 or 3054516. OLE color: 3054516.
HSL color Cylindrical-coordinate representation of color #B49B2E: hue angle of 48.81º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B49B2E is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 46 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.29 |
| HSL | 48.81º | 0.59% | 0.44% | - |
| HSV(B) | 48.81º | 0.74% | 0.71% | - |
| XYZ | 31.04 | 33.34 | 7.38 | - |
| YUV | 150.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 46 | 0 | 0.14 | 0.74 | 0.29 | 48.81 | 0.59 | 0.44 |
| Hex | B4 | 9B | 2E | 0 | E | 4A | 1D | 31 | 3B | 2C |
| Octal | 264 | 233 | 56 | 0 | 16 | 112 | 35 | 61 | 73 | 54 |
| Binary | 10110100 | 10011011 | 101110 | 0 | 1110 | 1001010 | 11101 | 110001 | 111011 | 101100 |
Color Harmonies of #B49B2E
Complementary color
Monochromatic Colors of #B49B2E
Black with #B49B2E
Text Example
Text Example
White with #B49B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49B2E; }
p { color: rgb(180,155,46); }
H1.HeaderClassName
{
color: #B49B2E;
}
.AnyTagClassName
{
color: #B49B2E;
}
</style>
background-color css
<style>
a { background-color: #B49B2E; }
a { background-color: rgb(180,155,46); }
div.DivClassName
{
background-color: #B49B2E;
}
.BgClassName
{
background-color: #B49B2E;
}
</style>
border-color css
<style>
span { border-color: #B49B2E; }
span { border-color: rgb(180,155,46); }
td.TdClassName
{
border-color: #B49B2E;
}
.TagClassName
{
border-color: #B49B2E;
}
</style>