Shades of Sahara #B99C2C
Tints of Sahara #B99C2C
RGB
CMYK
RGB Variations
Color information
#B99C2C (or 0xB99C2C) is known color: Sahara. HEX triplet: B9, 9C and 2C. RGB value is (185,156,44). Sum of RGB (Red+Green+Blue) = 185+156+44=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C2C is #4663D3. Grayscale: #989898. Windows color (decimal): -4613076 or 2923705. OLE color: 2923705.
HSL color Cylindrical-coordinate representation of color #B99C2C: hue angle of 47.66º 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 #B99C2C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 44 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.27 |
| HSL | 47.66º | 0.62% | 0.45% | - |
| HSV(B) | 47.66º | 0.76% | 0.73% | - |
| XYZ | 32.35 | 34.27 | 7.29 | - |
| YUV | 151.9 | 67.11 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 44 | 0 | 0.16 | 0.76 | 0.27 | 47.66 | 0.62 | 0.45 |
| Hex | B9 | 9C | 2C | 0 | 10 | 4C | 1B | 30 | 3E | 2D |
| Octal | 271 | 234 | 54 | 0 | 20 | 114 | 33 | 60 | 76 | 55 |
| Binary | 10111001 | 10011100 | 101100 | 0 | 10000 | 1001100 | 11011 | 110000 | 111110 | 101101 |
Color Harmonies of #B99C2C
Complementary color
Monochromatic Colors of #B99C2C
Black with #B99C2C
Text Example
Text Example
White with #B99C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C2C; }
p { color: rgb(185,156,44); }
H1.HeaderClassName
{
color: #B99C2C;
}
.AnyTagClassName
{
color: #B99C2C;
}
</style>
background-color css
<style>
a { background-color: #B99C2C; }
a { background-color: rgb(185,156,44); }
div.DivClassName
{
background-color: #B99C2C;
}
.BgClassName
{
background-color: #B99C2C;
}
</style>
border-color css
<style>
span { border-color: #B99C2C; }
span { border-color: rgb(185,156,44); }
td.TdClassName
{
border-color: #B99C2C;
}
.TagClassName
{
border-color: #B99C2C;
}
</style>