Shades of Sahara #B49E2A
Tints of Sahara #B49E2A
RGB
CMYK
RGB Variations
Color information
#B49E2A (or 0xB49E2A) is known color: Sahara. HEX triplet: B4, 9E and 2A. RGB value is (180,158,42). Sum of RGB (Red+Green+Blue) = 180+158+42=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E2A is #4B61D5. Grayscale: #979797. Windows color (decimal): -4940246 or 2793140. OLE color: 2793140.
HSL color Cylindrical-coordinate representation of color #B49E2A: hue angle of 50.43º 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 #B49E2A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 42 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.29 |
| HSL | 50.43º | 0.62% | 0.44% | - |
| HSV(B) | 50.43º | 0.77% | 0.71% | - |
| XYZ | 31.47 | 34.32 | 7.16 | - |
| YUV | 151.35 | 66.29 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 42 | 0 | 0.12 | 0.77 | 0.29 | 50.43 | 0.62 | 0.44 |
| Hex | B4 | 9E | 2A | 0 | C | 4D | 1D | 32 | 3E | 2C |
| Octal | 264 | 236 | 52 | 0 | 14 | 115 | 35 | 62 | 76 | 54 |
| Binary | 10110100 | 10011110 | 101010 | 0 | 1100 | 1001101 | 11101 | 110010 | 111110 | 101100 |
Color Harmonies of #B49E2A
Complementary color
Monochromatic Colors of #B49E2A
Black with #B49E2A
Text Example
Text Example
White with #B49E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E2A; }
p { color: rgb(180,158,42); }
H1.HeaderClassName
{
color: #B49E2A;
}
.AnyTagClassName
{
color: #B49E2A;
}
</style>
background-color css
<style>
a { background-color: #B49E2A; }
a { background-color: rgb(180,158,42); }
div.DivClassName
{
background-color: #B49E2A;
}
.BgClassName
{
background-color: #B49E2A;
}
</style>
border-color css
<style>
span { border-color: #B49E2A; }
span { border-color: rgb(180,158,42); }
td.TdClassName
{
border-color: #B49E2A;
}
.TagClassName
{
border-color: #B49E2A;
}
</style>