Shades of Sahara #B6992C
Tints of Sahara #B6992C
RGB
CMYK
RGB Variations
Color information
#B6992C (or 0xB6992C) is known color: Sahara. HEX triplet: B6, 99 and 2C. RGB value is (182,153,44). Sum of RGB (Red+Green+Blue) = 182+153+44=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6992C is #4966D3. Grayscale: #959595. Windows color (decimal): -4810452 or 2922934. OLE color: 2922934.
HSL color Cylindrical-coordinate representation of color #B6992C: hue angle of 47.39º 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 #B6992C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 153 | 44 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.29 |
| HSL | 47.39º | 0.61% | 0.44% | - |
| HSV(B) | 47.39º | 0.76% | 0.71% | - |
| XYZ | 31.14 | 32.91 | 7.09 | - |
| YUV | 149.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 44 | 0 | 0.16 | 0.76 | 0.29 | 47.39 | 0.61 | 0.44 |
| Hex | B6 | 99 | 2C | 0 | 10 | 4C | 1D | 2F | 3D | 2C |
| Octal | 266 | 231 | 54 | 0 | 20 | 114 | 35 | 57 | 75 | 54 |
| Binary | 10110110 | 10011001 | 101100 | 0 | 10000 | 1001100 | 11101 | 101111 | 111101 | 101100 |
Color Harmonies of #B6992C
Complementary color
Monochromatic Colors of #B6992C
Black with #B6992C
Text Example
Text Example
White with #B6992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6992C; }
p { color: rgb(182,153,44); }
H1.HeaderClassName
{
color: #B6992C;
}
.AnyTagClassName
{
color: #B6992C;
}
</style>
background-color css
<style>
a { background-color: #B6992C; }
a { background-color: rgb(182,153,44); }
div.DivClassName
{
background-color: #B6992C;
}
.BgClassName
{
background-color: #B6992C;
}
</style>
border-color css
<style>
span { border-color: #B6992C; }
span { border-color: rgb(182,153,44); }
td.TdClassName
{
border-color: #B6992C;
}
.TagClassName
{
border-color: #B6992C;
}
</style>