Shades of Sahara #B0992B
Tints of Sahara #B0992B
RGB
CMYK
RGB Variations
Color information
#B0992B (or 0xB0992B) is known color: Sahara. HEX triplet: B0, 99 and 2B. RGB value is (176,153,43). Sum of RGB (Red+Green+Blue) = 176+153+43=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0992B is #4F66D4. Grayscale: #939393. Windows color (decimal): -5203669 or 2857392. OLE color: 2857392.
HSL color Cylindrical-coordinate representation of color #B0992B: hue angle of 49.62º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0992B is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 43 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.31 |
| HSL | 49.62º | 0.61% | 0.43% | - |
| HSV(B) | 49.62º | 0.76% | 0.69% | - |
| XYZ | 29.73 | 32.19 | 6.93 | - |
| YUV | 147.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 43 | 0 | 0.13 | 0.76 | 0.31 | 49.62 | 0.61 | 0.43 |
| Hex | B0 | 99 | 2B | 0 | D | 4C | 1F | 32 | 3D | 2B |
| Octal | 260 | 231 | 53 | 0 | 15 | 114 | 37 | 62 | 75 | 53 |
| Binary | 10110000 | 10011001 | 101011 | 0 | 1101 | 1001100 | 11111 | 110010 | 111101 | 101011 |
Color Harmonies of #B0992B
Complementary color
Monochromatic Colors of #B0992B
Black with #B0992B
Text Example
Text Example
White with #B0992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0992B; }
p { color: rgb(176,153,43); }
H1.HeaderClassName
{
color: #B0992B;
}
.AnyTagClassName
{
color: #B0992B;
}
</style>
background-color css
<style>
a { background-color: #B0992B; }
a { background-color: rgb(176,153,43); }
div.DivClassName
{
background-color: #B0992B;
}
.BgClassName
{
background-color: #B0992B;
}
</style>
border-color css
<style>
span { border-color: #B0992B; }
span { border-color: rgb(176,153,43); }
td.TdClassName
{
border-color: #B0992B;
}
.TagClassName
{
border-color: #B0992B;
}
</style>