Shades of Sahara #B8992C
Tints of Sahara #B8992C
RGB
CMYK
RGB Variations
Color information
#B8992C (or 0xB8992C) is known color: Sahara. HEX triplet: B8, 99 and 2C. RGB value is (184,153,44). Sum of RGB (Red+Green+Blue) = 184+153+44=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8992C is #4766D3. Grayscale: #969696. Windows color (decimal): -4679380 or 2922936. OLE color: 2922936.
HSL color Cylindrical-coordinate representation of color #B8992C: hue angle of 46.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8992C is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 44 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.28 |
| HSL | 46.71º | 0.61% | 0.45% | - |
| HSV(B) | 46.71º | 0.76% | 0.72% | - |
| XYZ | 31.61 | 33.15 | 7.12 | - |
| YUV | 149.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 44 | 0 | 0.17 | 0.76 | 0.28 | 46.71 | 0.61 | 0.45 |
| Hex | B8 | 99 | 2C | 0 | 11 | 4C | 1C | 2F | 3D | 2D |
| Octal | 270 | 231 | 54 | 0 | 21 | 114 | 34 | 57 | 75 | 55 |
| Binary | 10111000 | 10011001 | 101100 | 0 | 10001 | 1001100 | 11100 | 101111 | 111101 | 101101 |
Color Harmonies of #B8992C
Complementary color
Monochromatic Colors of #B8992C
Black with #B8992C
Text Example
Text Example
White with #B8992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8992C; }
p { color: rgb(184,153,44); }
H1.HeaderClassName
{
color: #B8992C;
}
.AnyTagClassName
{
color: #B8992C;
}
</style>
background-color css
<style>
a { background-color: #B8992C; }
a { background-color: rgb(184,153,44); }
div.DivClassName
{
background-color: #B8992C;
}
.BgClassName
{
background-color: #B8992C;
}
</style>
border-color css
<style>
span { border-color: #B8992C; }
span { border-color: rgb(184,153,44); }
td.TdClassName
{
border-color: #B8992C;
}
.TagClassName
{
border-color: #B8992C;
}
</style>