Shades of Tussock #BC8D48
Tints of Tussock #BC8D48
RGB
CMYK
RGB Variations
Color information
#BC8D48 (or 0xBC8D48) is known color: Tussock. HEX triplet: BC, 8D and 48. RGB value is (188,141,72). Sum of RGB (Red+Green+Blue) = 188+141+72=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D48 is #4372B7. Grayscale: #939393. Windows color (decimal): -4420280 or 4754876. OLE color: 4754876.
HSL color Cylindrical-coordinate representation of color #BC8D48: hue angle of 35.69º 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 #BC8D48 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 72 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.26 |
| HSL | 35.69º | 0.46% | 0.51% | - |
| HSV(B) | 35.69º | 0.62% | 0.74% | - |
| XYZ | 31.43 | 30.21 | 10.31 | - |
| YUV | 147.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 72 | 0 | 0.25 | 0.62 | 0.26 | 35.69 | 0.46 | 0.51 |
| Hex | BC | 8D | 48 | 0 | 19 | 3E | 1A | 24 | 2E | 33 |
| Octal | 274 | 215 | 110 | 0 | 31 | 76 | 32 | 44 | 56 | 63 |
| Binary | 10111100 | 10001101 | 1001000 | 0 | 11001 | 111110 | 11010 | 100100 | 101110 | 110011 |
Color Harmonies of #BC8D48
Complementary color
Monochromatic Colors of #BC8D48
Black with #BC8D48
Text Example
Text Example
White with #BC8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D48; }
p { color: rgb(188,141,72); }
H1.HeaderClassName
{
color: #BC8D48;
}
.AnyTagClassName
{
color: #BC8D48;
}
</style>
background-color css
<style>
a { background-color: #BC8D48; }
a { background-color: rgb(188,141,72); }
div.DivClassName
{
background-color: #BC8D48;
}
.BgClassName
{
background-color: #BC8D48;
}
</style>
border-color css
<style>
span { border-color: #BC8D48; }
span { border-color: rgb(188,141,72); }
td.TdClassName
{
border-color: #BC8D48;
}
.TagClassName
{
border-color: #BC8D48;
}
</style>