Shades of Sahara #B0992E
Tints of Sahara #B0992E
RGB
CMYK
RGB Variations
Color information
#B0992E (or 0xB0992E) is known color: Sahara. HEX triplet: B0, 99 and 2E. RGB value is (176,153,46). Sum of RGB (Red+Green+Blue) = 176+153+46=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0992E is #4F66D1. Grayscale: #949494. Windows color (decimal): -5203666 or 3054000. OLE color: 3054000.
HSL color Cylindrical-coordinate representation of color #B0992E: hue angle of 49.38º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0992E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 46 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.31 |
| HSL | 49.38º | 0.59% | 0.44% | - |
| HSV(B) | 49.38º | 0.74% | 0.69% | - |
| XYZ | 29.79 | 32.21 | 7.23 | - |
| YUV | 147.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 46 | 0 | 0.13 | 0.74 | 0.31 | 49.38 | 0.59 | 0.44 |
| Hex | B0 | 99 | 2E | 0 | D | 4A | 1F | 31 | 3B | 2C |
| Octal | 260 | 231 | 56 | 0 | 15 | 112 | 37 | 61 | 73 | 54 |
| Binary | 10110000 | 10011001 | 101110 | 0 | 1101 | 1001010 | 11111 | 110001 | 111011 | 101100 |
Color Harmonies of #B0992E
Complementary color
Monochromatic Colors of #B0992E
Black with #B0992E
Text Example
Text Example
White with #B0992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0992E; }
p { color: rgb(176,153,46); }
H1.HeaderClassName
{
color: #B0992E;
}
.AnyTagClassName
{
color: #B0992E;
}
</style>
background-color css
<style>
a { background-color: #B0992E; }
a { background-color: rgb(176,153,46); }
div.DivClassName
{
background-color: #B0992E;
}
.BgClassName
{
background-color: #B0992E;
}
</style>
border-color css
<style>
span { border-color: #B0992E; }
span { border-color: rgb(176,153,46); }
td.TdClassName
{
border-color: #B0992E;
}
.TagClassName
{
border-color: #B0992E;
}
</style>