Shades of Sahara #B0982C
Tints of Sahara #B0982C
RGB
CMYK
RGB Variations
Color information
#B0982C (or 0xB0982C) is known color: Sahara. HEX triplet: B0, 98 and 2C. RGB value is (176,152,44). Sum of RGB (Red+Green+Blue) = 176+152+44=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0982C is #4F67D3. Grayscale: #939393. Windows color (decimal): -5203924 or 2922672. OLE color: 2922672.
HSL color Cylindrical-coordinate representation of color #B0982C: hue angle of 49.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0982C is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 44 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.31 |
| HSL | 49.09º | 0.6% | 0.43% | - |
| HSV(B) | 49.09º | 0.75% | 0.69% | - |
| XYZ | 29.59 | 31.87 | 6.97 | - |
| YUV | 146.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 44 | 0 | 0.14 | 0.75 | 0.31 | 49.09 | 0.6 | 0.43 |
| Hex | B0 | 98 | 2C | 0 | E | 4B | 1F | 31 | 3C | 2B |
| Octal | 260 | 230 | 54 | 0 | 16 | 113 | 37 | 61 | 74 | 53 |
| Binary | 10110000 | 10011000 | 101100 | 0 | 1110 | 1001011 | 11111 | 110001 | 111100 | 101011 |
Color Harmonies of #B0982C
Complementary color
Monochromatic Colors of #B0982C
Black with #B0982C
Text Example
Text Example
White with #B0982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0982C; }
p { color: rgb(176,152,44); }
H1.HeaderClassName
{
color: #B0982C;
}
.AnyTagClassName
{
color: #B0982C;
}
</style>
background-color css
<style>
a { background-color: #B0982C; }
a { background-color: rgb(176,152,44); }
div.DivClassName
{
background-color: #B0982C;
}
.BgClassName
{
background-color: #B0982C;
}
</style>
border-color css
<style>
span { border-color: #B0982C; }
span { border-color: rgb(176,152,44); }
td.TdClassName
{
border-color: #B0982C;
}
.TagClassName
{
border-color: #B0982C;
}
</style>