Shades of Tussock #BC934E
Tints of Tussock #BC934E
RGB
CMYK
RGB Variations
Color information
#BC934E (or 0xBC934E) is known color: Tussock. HEX triplet: BC, 93 and 4E. RGB value is (188,147,78). Sum of RGB (Red+Green+Blue) = 188+147+78=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC934E is #436CB1. Grayscale: #979797. Windows color (decimal): -4418738 or 5149628. OLE color: 5149628.
HSL color Cylindrical-coordinate representation of color #BC934E: hue angle of 37.64º 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 #BC934E is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 78 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.26 |
| HSL | 37.64º | 0.45% | 0.52% | - |
| HSV(B) | 37.64º | 0.59% | 0.74% | - |
| XYZ | 32.55 | 32.11 | 11.69 | - |
| YUV | 151.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 78 | 0 | 0.22 | 0.59 | 0.26 | 37.64 | 0.45 | 0.52 |
| Hex | BC | 93 | 4E | 0 | 16 | 3B | 1A | 26 | 2D | 34 |
| Octal | 274 | 223 | 116 | 0 | 26 | 73 | 32 | 46 | 55 | 64 |
| Binary | 10111100 | 10010011 | 1001110 | 0 | 10110 | 111011 | 11010 | 100110 | 101101 | 110100 |
Color Harmonies of #BC934E
Complementary color
Monochromatic Colors of #BC934E
Black with #BC934E
Text Example
Text Example
White with #BC934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC934E; }
p { color: rgb(188,147,78); }
H1.HeaderClassName
{
color: #BC934E;
}
.AnyTagClassName
{
color: #BC934E;
}
</style>
background-color css
<style>
a { background-color: #BC934E; }
a { background-color: rgb(188,147,78); }
div.DivClassName
{
background-color: #BC934E;
}
.BgClassName
{
background-color: #BC934E;
}
</style>
border-color css
<style>
span { border-color: #BC934E; }
span { border-color: rgb(188,147,78); }
td.TdClassName
{
border-color: #BC934E;
}
.TagClassName
{
border-color: #BC934E;
}
</style>