Shades of Sahara #B9982C
Tints of Sahara #B9982C
RGB
CMYK
RGB Variations
Color information
#B9982C (or 0xB9982C) is known color: Sahara. HEX triplet: B9, 98 and 2C. RGB value is (185,152,44). Sum of RGB (Red+Green+Blue) = 185+152+44=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9982C is #4667D3. Grayscale: #969696. Windows color (decimal): -4614100 or 2922681. OLE color: 2922681.
HSL color Cylindrical-coordinate representation of color #B9982C: hue angle of 45.96º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9982C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 44 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.27 |
| HSL | 45.96º | 0.62% | 0.45% | - |
| HSV(B) | 45.96º | 0.76% | 0.73% | - |
| XYZ | 31.69 | 32.95 | 7.07 | - |
| YUV | 149.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 44 | 0 | 0.18 | 0.76 | 0.27 | 45.96 | 0.62 | 0.45 |
| Hex | B9 | 98 | 2C | 0 | 12 | 4C | 1B | 2E | 3E | 2D |
| Octal | 271 | 230 | 54 | 0 | 22 | 114 | 33 | 56 | 76 | 55 |
| Binary | 10111001 | 10011000 | 101100 | 0 | 10010 | 1001100 | 11011 | 101110 | 111110 | 101101 |
Color Harmonies of #B9982C
Complementary color
Monochromatic Colors of #B9982C
Black with #B9982C
Text Example
Text Example
White with #B9982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9982C; }
p { color: rgb(185,152,44); }
H1.HeaderClassName
{
color: #B9982C;
}
.AnyTagClassName
{
color: #B9982C;
}
</style>
background-color css
<style>
a { background-color: #B9982C; }
a { background-color: rgb(185,152,44); }
div.DivClassName
{
background-color: #B9982C;
}
.BgClassName
{
background-color: #B9982C;
}
</style>
border-color css
<style>
span { border-color: #B9982C; }
span { border-color: rgb(185,152,44); }
td.TdClassName
{
border-color: #B9982C;
}
.TagClassName
{
border-color: #B9982C;
}
</style>