Shades of Sahara #B49A31
Tints of Sahara #B49A31
RGB
CMYK
RGB Variations
Color information
#B49A31 (or 0xB49A31) is known color: Sahara. HEX triplet: B4, 9A and 31. RGB value is (180,154,49). Sum of RGB (Red+Green+Blue) = 180+154+49=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A31 is #4B65CE. Grayscale: #969696. Windows color (decimal): -4941263 or 3250868. OLE color: 3250868.
HSL color Cylindrical-coordinate representation of color #B49A31: hue angle of 48.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B49A31 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 49 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.29 |
| HSL | 48.09º | 0.57% | 0.45% | - |
| HSV(B) | 48.09º | 0.73% | 0.71% | - |
| XYZ | 30.93 | 33.04 | 7.65 | - |
| YUV | 149.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 49 | 0 | 0.14 | 0.73 | 0.29 | 48.09 | 0.57 | 0.45 |
| Hex | B4 | 9A | 31 | 0 | E | 49 | 1D | 30 | 39 | 2D |
| Octal | 264 | 232 | 61 | 0 | 16 | 111 | 35 | 60 | 71 | 55 |
| Binary | 10110100 | 10011010 | 110001 | 0 | 1110 | 1001001 | 11101 | 110000 | 111001 | 101101 |
Color Harmonies of #B49A31
Complementary color
Monochromatic Colors of #B49A31
Black with #B49A31
Text Example
Text Example
White with #B49A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A31; }
p { color: rgb(180,154,49); }
H1.HeaderClassName
{
color: #B49A31;
}
.AnyTagClassName
{
color: #B49A31;
}
</style>
background-color css
<style>
a { background-color: #B49A31; }
a { background-color: rgb(180,154,49); }
div.DivClassName
{
background-color: #B49A31;
}
.BgClassName
{
background-color: #B49A31;
}
</style>
border-color css
<style>
span { border-color: #B49A31; }
span { border-color: rgb(180,154,49); }
td.TdClassName
{
border-color: #B49A31;
}
.TagClassName
{
border-color: #B49A31;
}
</style>