Shades of Sahara #B4992E
Tints of Sahara #B4992E
RGB
CMYK
RGB Variations
Color information
#B4992E (or 0xB4992E) is known color: Sahara. HEX triplet: B4, 99 and 2E. RGB value is (180,153,46). Sum of RGB (Red+Green+Blue) = 180+153+46=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B4992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4992E is #4B66D1. Grayscale: #959595. Windows color (decimal): -4941522 or 3054004. OLE color: 3054004.
HSL color Cylindrical-coordinate representation of color #B4992E: hue angle of 47.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4992E is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 46 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.29 |
| HSL | 47.91º | 0.59% | 0.44% | - |
| HSV(B) | 47.91º | 0.74% | 0.71% | - |
| XYZ | 30.71 | 32.68 | 7.27 | - |
| YUV | 148.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 46 | 0 | 0.15 | 0.74 | 0.29 | 47.91 | 0.59 | 0.44 |
| Hex | B4 | 99 | 2E | 0 | F | 4A | 1D | 30 | 3B | 2C |
| Octal | 264 | 231 | 56 | 0 | 17 | 112 | 35 | 60 | 73 | 54 |
| Binary | 10110100 | 10011001 | 101110 | 0 | 1111 | 1001010 | 11101 | 110000 | 111011 | 101100 |
Color Harmonies of #B4992E
Complementary color
Monochromatic Colors of #B4992E
Black with #B4992E
Text Example
Text Example
White with #B4992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4992E; }
p { color: rgb(180,153,46); }
H1.HeaderClassName
{
color: #B4992E;
}
.AnyTagClassName
{
color: #B4992E;
}
</style>
background-color css
<style>
a { background-color: #B4992E; }
a { background-color: rgb(180,153,46); }
div.DivClassName
{
background-color: #B4992E;
}
.BgClassName
{
background-color: #B4992E;
}
</style>
border-color css
<style>
span { border-color: #B4992E; }
span { border-color: rgb(180,153,46); }
td.TdClassName
{
border-color: #B4992E;
}
.TagClassName
{
border-color: #B4992E;
}
</style>