Shades of Sahara #BC992C
Tints of Sahara #BC992C
RGB
CMYK
RGB Variations
Color information
#BC992C (or 0xBC992C) is known color: Sahara. HEX triplet: BC, 99 and 2C. RGB value is (188,153,44). Sum of RGB (Red+Green+Blue) = 188+153+44=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC992C is #4366D3. Grayscale: #979797. Windows color (decimal): -4417236 or 2922940. OLE color: 2922940.
HSL color Cylindrical-coordinate representation of color #BC992C: hue angle of 45.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC992C is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 44 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.26 |
| HSL | 45.42º | 0.62% | 0.45% | - |
| HSV(B) | 45.42º | 0.77% | 0.74% | - |
| XYZ | 32.58 | 33.66 | 7.16 | - |
| YUV | 151.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 44 | 0 | 0.19 | 0.77 | 0.26 | 45.42 | 0.62 | 0.45 |
| Hex | BC | 99 | 2C | 0 | 13 | 4D | 1A | 2D | 3E | 2D |
| Octal | 274 | 231 | 54 | 0 | 23 | 115 | 32 | 55 | 76 | 55 |
| Binary | 10111100 | 10011001 | 101100 | 0 | 10011 | 1001101 | 11010 | 101101 | 111110 | 101101 |
Color Harmonies of #BC992C
Complementary color
Monochromatic Colors of #BC992C
Black with #BC992C
Text Example
Text Example
White with #BC992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC992C; }
p { color: rgb(188,153,44); }
H1.HeaderClassName
{
color: #BC992C;
}
.AnyTagClassName
{
color: #BC992C;
}
</style>
background-color css
<style>
a { background-color: #BC992C; }
a { background-color: rgb(188,153,44); }
div.DivClassName
{
background-color: #BC992C;
}
.BgClassName
{
background-color: #BC992C;
}
</style>
border-color css
<style>
span { border-color: #BC992C; }
span { border-color: rgb(188,153,44); }
td.TdClassName
{
border-color: #BC992C;
}
.TagClassName
{
border-color: #BC992C;
}
</style>