Shades of Tussock #BC8648
Tints of Tussock #BC8648
RGB
CMYK
RGB Variations
Color information
#BC8648 (or 0xBC8648) is known color: Tussock. HEX triplet: BC, 86 and 48. RGB value is (188,134,72). Sum of RGB (Red+Green+Blue) = 188+134+72=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8648 is #4379B7. Grayscale: #8F8F8F. Windows color (decimal): -4422072 or 4753084. OLE color: 4753084.
HSL color Cylindrical-coordinate representation of color #BC8648: hue angle of 32.07º 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 #BC8648 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 72 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.26 |
| HSL | 32.07º | 0.46% | 0.51% | - |
| HSV(B) | 32.07º | 0.62% | 0.74% | - |
| XYZ | 30.43 | 28.21 | 9.97 | - |
| YUV | 143.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 72 | 0 | 0.29 | 0.62 | 0.26 | 32.07 | 0.46 | 0.51 |
| Hex | BC | 86 | 48 | 0 | 1D | 3E | 1A | 20 | 2E | 33 |
| Octal | 274 | 206 | 110 | 0 | 35 | 76 | 32 | 40 | 56 | 63 |
| Binary | 10111100 | 10000110 | 1001000 | 0 | 11101 | 111110 | 11010 | 100000 | 101110 | 110011 |
Color Harmonies of #BC8648
Complementary color
Monochromatic Colors of #BC8648
Black with #BC8648
Text Example
Text Example
White with #BC8648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8648; }
p { color: rgb(188,134,72); }
H1.HeaderClassName
{
color: #BC8648;
}
.AnyTagClassName
{
color: #BC8648;
}
</style>
background-color css
<style>
a { background-color: #BC8648; }
a { background-color: rgb(188,134,72); }
div.DivClassName
{
background-color: #BC8648;
}
.BgClassName
{
background-color: #BC8648;
}
</style>
border-color css
<style>
span { border-color: #BC8648; }
span { border-color: rgb(188,134,72); }
td.TdClassName
{
border-color: #BC8648;
}
.TagClassName
{
border-color: #BC8648;
}
</style>