Shades of Tussock #BC8C50
Tints of Tussock #BC8C50
RGB
CMYK
RGB Variations
Color information
#BC8C50 (or 0xBC8C50) is known color: Tussock. HEX triplet: BC, 8C and 50. RGB value is (188,140,80). Sum of RGB (Red+Green+Blue) = 188+140+80=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C50 is #4373AF. Grayscale: #939393. Windows color (decimal): -4420528 or 5278908. OLE color: 5278908.
HSL color Cylindrical-coordinate representation of color #BC8C50: hue angle of 33.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC8C50 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 80 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.26 |
| HSL | 33.33º | 0.45% | 0.53% | - |
| HSV(B) | 33.33º | 0.57% | 0.74% | - |
| XYZ | 31.57 | 30.03 | 11.72 | - |
| YUV | 147.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 80 | 0 | 0.26 | 0.57 | 0.26 | 33.33 | 0.45 | 0.53 |
| Hex | BC | 8C | 50 | 0 | 1A | 39 | 1A | 21 | 2D | 35 |
| Octal | 274 | 214 | 120 | 0 | 32 | 71 | 32 | 41 | 55 | 65 |
| Binary | 10111100 | 10001100 | 1010000 | 0 | 11010 | 111001 | 11010 | 100001 | 101101 | 110101 |
Color Harmonies of #BC8C50
Complementary color
Monochromatic Colors of #BC8C50
Black with #BC8C50
Text Example
Text Example
White with #BC8C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C50; }
p { color: rgb(188,140,80); }
H1.HeaderClassName
{
color: #BC8C50;
}
.AnyTagClassName
{
color: #BC8C50;
}
</style>
background-color css
<style>
a { background-color: #BC8C50; }
a { background-color: rgb(188,140,80); }
div.DivClassName
{
background-color: #BC8C50;
}
.BgClassName
{
background-color: #BC8C50;
}
</style>
border-color css
<style>
span { border-color: #BC8C50; }
span { border-color: rgb(188,140,80); }
td.TdClassName
{
border-color: #BC8C50;
}
.TagClassName
{
border-color: #BC8C50;
}
</style>