Shades of Sahara #B49B2A
Tints of Sahara #B49B2A
RGB
CMYK
RGB Variations
Color information
#B49B2A (or 0xB49B2A) is known color: Sahara. HEX triplet: B4, 9B and 2A. RGB value is (180,155,42). Sum of RGB (Red+Green+Blue) = 180+155+42=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B2A is #4B64D5. Grayscale: #969696. Windows color (decimal): -4941014 or 2792372. OLE color: 2792372.
HSL color Cylindrical-coordinate representation of color #B49B2A: hue angle of 49.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B49B2A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 42 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.29 |
| HSL | 49.13º | 0.62% | 0.44% | - |
| HSV(B) | 49.13º | 0.77% | 0.71% | - |
| XYZ | 30.96 | 33.31 | 6.99 | - |
| YUV | 149.59 | 67.28 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 42 | 0 | 0.14 | 0.77 | 0.29 | 49.13 | 0.62 | 0.44 |
| Hex | B4 | 9B | 2A | 0 | E | 4D | 1D | 31 | 3E | 2C |
| Octal | 264 | 233 | 52 | 0 | 16 | 115 | 35 | 61 | 76 | 54 |
| Binary | 10110100 | 10011011 | 101010 | 0 | 1110 | 1001101 | 11101 | 110001 | 111110 | 101100 |
Color Harmonies of #B49B2A
Complementary color
Monochromatic Colors of #B49B2A
Black with #B49B2A
Text Example
Text Example
White with #B49B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49B2A; }
p { color: rgb(180,155,42); }
H1.HeaderClassName
{
color: #B49B2A;
}
.AnyTagClassName
{
color: #B49B2A;
}
</style>
background-color css
<style>
a { background-color: #B49B2A; }
a { background-color: rgb(180,155,42); }
div.DivClassName
{
background-color: #B49B2A;
}
.BgClassName
{
background-color: #B49B2A;
}
</style>
border-color css
<style>
span { border-color: #B49B2A; }
span { border-color: rgb(180,155,42); }
td.TdClassName
{
border-color: #B49B2A;
}
.TagClassName
{
border-color: #B49B2A;
}
</style>