Shades of Sahara #B49A2A
Tints of Sahara #B49A2A
RGB
CMYK
RGB Variations
Color information
#B49A2A (or 0xB49A2A) is known color: Sahara. HEX triplet: B4, 9A and 2A. RGB value is (180,154,42). Sum of RGB (Red+Green+Blue) = 180+154+42=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A2A is #4B65D5. Grayscale: #959595. Windows color (decimal): -4941270 or 2792116. OLE color: 2792116.
HSL color Cylindrical-coordinate representation of color #B49A2A: hue angle of 48.7º 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 #B49A2A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 42 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.29 |
| HSL | 48.7º | 0.62% | 0.44% | - |
| HSV(B) | 48.7º | 0.77% | 0.71% | - |
| XYZ | 30.8 | 32.98 | 6.93 | - |
| YUV | 149.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 42 | 0 | 0.14 | 0.77 | 0.29 | 48.7 | 0.62 | 0.44 |
| Hex | B4 | 9A | 2A | 0 | E | 4D | 1D | 31 | 3E | 2C |
| Octal | 264 | 232 | 52 | 0 | 16 | 115 | 35 | 61 | 76 | 54 |
| Binary | 10110100 | 10011010 | 101010 | 0 | 1110 | 1001101 | 11101 | 110001 | 111110 | 101100 |
Color Harmonies of #B49A2A
Complementary color
Monochromatic Colors of #B49A2A
Black with #B49A2A
Text Example
Text Example
White with #B49A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A2A; }
p { color: rgb(180,154,42); }
H1.HeaderClassName
{
color: #B49A2A;
}
.AnyTagClassName
{
color: #B49A2A;
}
</style>
background-color css
<style>
a { background-color: #B49A2A; }
a { background-color: rgb(180,154,42); }
div.DivClassName
{
background-color: #B49A2A;
}
.BgClassName
{
background-color: #B49A2A;
}
</style>
border-color css
<style>
span { border-color: #B49A2A; }
span { border-color: rgb(180,154,42); }
td.TdClassName
{
border-color: #B49A2A;
}
.TagClassName
{
border-color: #B49A2A;
}
</style>