Shades of Sahara #B2982C
Tints of Sahara #B2982C
RGB
CMYK
RGB Variations
Color information
#B2982C (or 0xB2982C) is known color: Sahara. HEX triplet: B2, 98 and 2C. RGB value is (178,152,44). Sum of RGB (Red+Green+Blue) = 178+152+44=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2982C is #4D67D3. Grayscale: #939393. Windows color (decimal): -5072852 or 2922674. OLE color: 2922674.
HSL color Cylindrical-coordinate representation of color #B2982C: hue angle of 48.36º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2982C is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 44 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.30 |
| HSL | 48.36º | 0.6% | 0.44% | - |
| HSV(B) | 48.36º | 0.75% | 0.7% | - |
| XYZ | 30.04 | 32.1 | 7 | - |
| YUV | 147.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 44 | 0 | 0.15 | 0.75 | 0.30 | 48.36 | 0.6 | 0.44 |
| Hex | B2 | 98 | 2C | 0 | F | 4B | 1E | 30 | 3C | 2C |
| Octal | 262 | 230 | 54 | 0 | 17 | 113 | 36 | 60 | 74 | 54 |
| Binary | 10110010 | 10011000 | 101100 | 0 | 1111 | 1001011 | 11110 | 110000 | 111100 | 101100 |
Color Harmonies of #B2982C
Complementary color
Monochromatic Colors of #B2982C
Black with #B2982C
Text Example
Text Example
White with #B2982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2982C; }
p { color: rgb(178,152,44); }
H1.HeaderClassName
{
color: #B2982C;
}
.AnyTagClassName
{
color: #B2982C;
}
</style>
background-color css
<style>
a { background-color: #B2982C; }
a { background-color: rgb(178,152,44); }
div.DivClassName
{
background-color: #B2982C;
}
.BgClassName
{
background-color: #B2982C;
}
</style>
border-color css
<style>
span { border-color: #B2982C; }
span { border-color: rgb(178,152,44); }
td.TdClassName
{
border-color: #B2982C;
}
.TagClassName
{
border-color: #B2982C;
}
</style>