Shades of Sahara #B4992C
Tints of Sahara #B4992C
RGB
CMYK
RGB Variations
Color information
#B4992C (or 0xB4992C) is known color: Sahara. HEX triplet: B4, 99 and 2C. RGB value is (180,153,44). Sum of RGB (Red+Green+Blue) = 180+153+44=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4992C is #4B66D3. Grayscale: #959595. Windows color (decimal): -4941524 or 2922932. OLE color: 2922932.
HSL color Cylindrical-coordinate representation of color #B4992C: hue angle of 48.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4992C is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 44 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.29 |
| HSL | 48.09º | 0.61% | 0.44% | - |
| HSV(B) | 48.09º | 0.76% | 0.71% | - |
| XYZ | 30.67 | 32.67 | 7.07 | - |
| YUV | 148.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 44 | 0 | 0.15 | 0.76 | 0.29 | 48.09 | 0.61 | 0.44 |
| Hex | B4 | 99 | 2C | 0 | F | 4C | 1D | 30 | 3D | 2C |
| Octal | 264 | 231 | 54 | 0 | 17 | 114 | 35 | 60 | 75 | 54 |
| Binary | 10110100 | 10011001 | 101100 | 0 | 1111 | 1001100 | 11101 | 110000 | 111101 | 101100 |
Color Harmonies of #B4992C
Complementary color
Monochromatic Colors of #B4992C
Black with #B4992C
Text Example
Text Example
White with #B4992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4992C; }
p { color: rgb(180,153,44); }
H1.HeaderClassName
{
color: #B4992C;
}
.AnyTagClassName
{
color: #B4992C;
}
</style>
background-color css
<style>
a { background-color: #B4992C; }
a { background-color: rgb(180,153,44); }
div.DivClassName
{
background-color: #B4992C;
}
.BgClassName
{
background-color: #B4992C;
}
</style>
border-color css
<style>
span { border-color: #B4992C; }
span { border-color: rgb(180,153,44); }
td.TdClassName
{
border-color: #B4992C;
}
.TagClassName
{
border-color: #B4992C;
}
</style>