Shades of Tussock #BC944E
Tints of Tussock #BC944E
RGB
CMYK
RGB Variations
Color information
#BC944E (or 0xBC944E) is known color: Tussock. HEX triplet: BC, 94 and 4E. RGB value is (188,148,78). Sum of RGB (Red+Green+Blue) = 188+148+78=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC944E is #436BB1. Grayscale: #989898. Windows color (decimal): -4418482 or 5149884. OLE color: 5149884.
HSL color Cylindrical-coordinate representation of color #BC944E: hue angle of 38.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC944E is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 78 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.26 |
| HSL | 38.18º | 0.45% | 0.52% | - |
| HSV(B) | 38.18º | 0.59% | 0.74% | - |
| XYZ | 32.7 | 32.42 | 11.74 | - |
| YUV | 151.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 78 | 0 | 0.21 | 0.59 | 0.26 | 38.18 | 0.45 | 0.52 |
| Hex | BC | 94 | 4E | 0 | 15 | 3B | 1A | 26 | 2D | 34 |
| Octal | 274 | 224 | 116 | 0 | 25 | 73 | 32 | 46 | 55 | 64 |
| Binary | 10111100 | 10010100 | 1001110 | 0 | 10101 | 111011 | 11010 | 100110 | 101101 | 110100 |
Color Harmonies of #BC944E
Complementary color
Monochromatic Colors of #BC944E
Black with #BC944E
Text Example
Text Example
White with #BC944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC944E; }
p { color: rgb(188,148,78); }
H1.HeaderClassName
{
color: #BC944E;
}
.AnyTagClassName
{
color: #BC944E;
}
</style>
background-color css
<style>
a { background-color: #BC944E; }
a { background-color: rgb(188,148,78); }
div.DivClassName
{
background-color: #BC944E;
}
.BgClassName
{
background-color: #BC944E;
}
</style>
border-color css
<style>
span { border-color: #BC944E; }
span { border-color: rgb(188,148,78); }
td.TdClassName
{
border-color: #BC944E;
}
.TagClassName
{
border-color: #BC944E;
}
</style>