Shades of Sahara #B49B2C
Tints of Sahara #B49B2C
RGB
CMYK
RGB Variations
Color information
#B49B2C (or 0xB49B2C) is known color: Sahara. HEX triplet: B4, 9B and 2C. RGB value is (180,155,44). Sum of RGB (Red+Green+Blue) = 180+155+44=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B2C is #4B64D3. Grayscale: #969696. Windows color (decimal): -4941012 or 2923444. OLE color: 2923444.
HSL color Cylindrical-coordinate representation of color #B49B2C: hue angle of 48.97º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B49B2C is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 44 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.29 |
| HSL | 48.97º | 0.61% | 0.44% | - |
| HSV(B) | 48.97º | 0.76% | 0.71% | - |
| XYZ | 31 | 33.33 | 7.18 | - |
| YUV | 149.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 44 | 0 | 0.14 | 0.76 | 0.29 | 48.97 | 0.61 | 0.44 |
| Hex | B4 | 9B | 2C | 0 | E | 4C | 1D | 31 | 3D | 2C |
| Octal | 264 | 233 | 54 | 0 | 16 | 114 | 35 | 61 | 75 | 54 |
| Binary | 10110100 | 10011011 | 101100 | 0 | 1110 | 1001100 | 11101 | 110001 | 111101 | 101100 |
Color Harmonies of #B49B2C
Complementary color
Monochromatic Colors of #B49B2C
Black with #B49B2C
Text Example
Text Example
White with #B49B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49B2C; }
p { color: rgb(180,155,44); }
H1.HeaderClassName
{
color: #B49B2C;
}
.AnyTagClassName
{
color: #B49B2C;
}
</style>
background-color css
<style>
a { background-color: #B49B2C; }
a { background-color: rgb(180,155,44); }
div.DivClassName
{
background-color: #B49B2C;
}
.BgClassName
{
background-color: #B49B2C;
}
</style>
border-color css
<style>
span { border-color: #B49B2C; }
span { border-color: rgb(180,155,44); }
td.TdClassName
{
border-color: #B49B2C;
}
.TagClassName
{
border-color: #B49B2C;
}
</style>