Shades of Tussock #BC994B
Tints of Tussock #BC994B
RGB
CMYK
RGB Variations
Color information
#BC994B (or 0xBC994B) is known color: Tussock. HEX triplet: BC, 99 and 4B. RGB value is (188,153,75). Sum of RGB (Red+Green+Blue) = 188+153+75=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC994B is #4366B4. Grayscale: #9A9A9A. Windows color (decimal): -4417205 or 4954556. OLE color: 4954556.
HSL color Cylindrical-coordinate representation of color #BC994B: hue angle of 41.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC994B is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 75 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.26 |
| HSL | 41.42º | 0.46% | 0.52% | - |
| HSV(B) | 41.42º | 0.6% | 0.74% | - |
| XYZ | 33.4 | 33.98 | 11.46 | - |
| YUV | 154.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 75 | 0 | 0.19 | 0.60 | 0.26 | 41.42 | 0.46 | 0.52 |
| Hex | BC | 99 | 4B | 0 | 13 | 3C | 1A | 29 | 2E | 34 |
| Octal | 274 | 231 | 113 | 0 | 23 | 74 | 32 | 51 | 56 | 64 |
| Binary | 10111100 | 10011001 | 1001011 | 0 | 10011 | 111100 | 11010 | 101001 | 101110 | 110100 |
Color Harmonies of #BC994B
Complementary color
Monochromatic Colors of #BC994B
Black with #BC994B
Text Example
Text Example
White with #BC994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC994B; }
p { color: rgb(188,153,75); }
H1.HeaderClassName
{
color: #BC994B;
}
.AnyTagClassName
{
color: #BC994B;
}
</style>
background-color css
<style>
a { background-color: #BC994B; }
a { background-color: rgb(188,153,75); }
div.DivClassName
{
background-color: #BC994B;
}
.BgClassName
{
background-color: #BC994B;
}
</style>
border-color css
<style>
span { border-color: #BC994B; }
span { border-color: rgb(188,153,75); }
td.TdClassName
{
border-color: #BC994B;
}
.TagClassName
{
border-color: #BC994B;
}
</style>