Shades of Tussock #BC8C48
Tints of Tussock #BC8C48
RGB
CMYK
RGB Variations
Color information
#BC8C48 (or 0xBC8C48) is known color: Tussock. HEX triplet: BC, 8C and 48. RGB value is (188,140,72). Sum of RGB (Red+Green+Blue) = 188+140+72=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C48 is #4373B7. Grayscale: #929292. Windows color (decimal): -4420536 or 4754620. OLE color: 4754620.
HSL color Cylindrical-coordinate representation of color #BC8C48: hue angle of 35.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC8C48 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 72 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.26 |
| HSL | 35.17º | 0.46% | 0.51% | - |
| HSV(B) | 35.17º | 0.62% | 0.74% | - |
| XYZ | 31.29 | 29.92 | 10.26 | - |
| YUV | 146.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 72 | 0 | 0.26 | 0.62 | 0.26 | 35.17 | 0.46 | 0.51 |
| Hex | BC | 8C | 48 | 0 | 1A | 3E | 1A | 23 | 2E | 33 |
| Octal | 274 | 214 | 110 | 0 | 32 | 76 | 32 | 43 | 56 | 63 |
| Binary | 10111100 | 10001100 | 1001000 | 0 | 11010 | 111110 | 11010 | 100011 | 101110 | 110011 |
Color Harmonies of #BC8C48
Complementary color
Monochromatic Colors of #BC8C48
Black with #BC8C48
Text Example
Text Example
White with #BC8C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C48; }
p { color: rgb(188,140,72); }
H1.HeaderClassName
{
color: #BC8C48;
}
.AnyTagClassName
{
color: #BC8C48;
}
</style>
background-color css
<style>
a { background-color: #BC8C48; }
a { background-color: rgb(188,140,72); }
div.DivClassName
{
background-color: #BC8C48;
}
.BgClassName
{
background-color: #BC8C48;
}
</style>
border-color css
<style>
span { border-color: #BC8C48; }
span { border-color: rgb(188,140,72); }
td.TdClassName
{
border-color: #BC8C48;
}
.TagClassName
{
border-color: #BC8C48;
}
</style>