Shades of Tussock #BC8C49
Tints of Tussock #BC8C49
RGB
CMYK
RGB Variations
Color information
#BC8C49 (or 0xBC8C49) is known color: Tussock. HEX triplet: BC, 8C and 49. RGB value is (188,140,73). Sum of RGB (Red+Green+Blue) = 188+140+73=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C49 is #4373B6. Grayscale: #939393. Windows color (decimal): -4420535 or 4820156. OLE color: 4820156.
HSL color Cylindrical-coordinate representation of color #BC8C49: hue angle of 34.96º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC8C49 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 73 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.26 |
| HSL | 34.96º | 0.46% | 0.51% | - |
| HSV(B) | 34.96º | 0.61% | 0.74% | - |
| XYZ | 31.32 | 29.93 | 10.43 | - |
| YUV | 146.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 73 | 0 | 0.26 | 0.61 | 0.26 | 34.96 | 0.46 | 0.51 |
| Hex | BC | 8C | 49 | 0 | 1A | 3D | 1A | 23 | 2E | 33 |
| Octal | 274 | 214 | 111 | 0 | 32 | 75 | 32 | 43 | 56 | 63 |
| Binary | 10111100 | 10001100 | 1001001 | 0 | 11010 | 111101 | 11010 | 100011 | 101110 | 110011 |
Color Harmonies of #BC8C49
Complementary color
Monochromatic Colors of #BC8C49
Black with #BC8C49
Text Example
Text Example
White with #BC8C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C49; }
p { color: rgb(188,140,73); }
H1.HeaderClassName
{
color: #BC8C49;
}
.AnyTagClassName
{
color: #BC8C49;
}
</style>
background-color css
<style>
a { background-color: #BC8C49; }
a { background-color: rgb(188,140,73); }
div.DivClassName
{
background-color: #BC8C49;
}
.BgClassName
{
background-color: #BC8C49;
}
</style>
border-color css
<style>
span { border-color: #BC8C49; }
span { border-color: rgb(188,140,73); }
td.TdClassName
{
border-color: #BC8C49;
}
.TagClassName
{
border-color: #BC8C49;
}
</style>