Shades of Sahara #B49731
Tints of Sahara #B49731
RGB
CMYK
RGB Variations
Color information
#B49731 (or 0xB49731) is known color: Sahara. HEX triplet: B4, 97 and 31. RGB value is (180,151,49). Sum of RGB (Red+Green+Blue) = 180+151+49=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49731 is #4B68CE. Grayscale: #949494. Windows color (decimal): -4942031 or 3250100. OLE color: 3250100.
HSL color Cylindrical-coordinate representation of color #B49731: hue angle of 46.72º 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 #B49731 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 49 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.29 |
| HSL | 46.72º | 0.57% | 0.45% | - |
| HSV(B) | 46.72º | 0.73% | 0.71% | - |
| XYZ | 30.44 | 32.06 | 7.49 | - |
| YUV | 148.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 49 | 0 | 0.16 | 0.73 | 0.29 | 46.72 | 0.57 | 0.45 |
| Hex | B4 | 97 | 31 | 0 | 10 | 49 | 1D | 2F | 39 | 2D |
| Octal | 264 | 227 | 61 | 0 | 20 | 111 | 35 | 57 | 71 | 55 |
| Binary | 10110100 | 10010111 | 110001 | 0 | 10000 | 1001001 | 11101 | 101111 | 111001 | 101101 |
Color Harmonies of #B49731
Complementary color
Monochromatic Colors of #B49731
Black with #B49731
Text Example
Text Example
White with #B49731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49731; }
p { color: rgb(180,151,49); }
H1.HeaderClassName
{
color: #B49731;
}
.AnyTagClassName
{
color: #B49731;
}
</style>
background-color css
<style>
a { background-color: #B49731; }
a { background-color: rgb(180,151,49); }
div.DivClassName
{
background-color: #B49731;
}
.BgClassName
{
background-color: #B49731;
}
</style>
border-color css
<style>
span { border-color: #B49731; }
span { border-color: rgb(180,151,49); }
td.TdClassName
{
border-color: #B49731;
}
.TagClassName
{
border-color: #B49731;
}
</style>