Shades of Tussock #BC8A47
Tints of Tussock #BC8A47
RGB
CMYK
RGB Variations
Color information
#BC8A47 (or 0xBC8A47) is known color: Tussock. HEX triplet: BC, 8A and 47. RGB value is (188,138,71). Sum of RGB (Red+Green+Blue) = 188+138+71=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A47 is #4375B8. Grayscale: #919191. Windows color (decimal): -4421049 or 4688572. OLE color: 4688572.
HSL color Cylindrical-coordinate representation of color #BC8A47: hue angle of 34.36º degrees, saturation: 0.47, 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 #BC8A47 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 71 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.26 |
| HSL | 34.36º | 0.47% | 0.51% | - |
| HSV(B) | 34.36º | 0.62% | 0.74% | - |
| XYZ | 30.96 | 29.32 | 9.99 | - |
| YUV | 145.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 71 | 0 | 0.27 | 0.62 | 0.26 | 34.36 | 0.47 | 0.51 |
| Hex | BC | 8A | 47 | 0 | 1B | 3E | 1A | 22 | 2F | 33 |
| Octal | 274 | 212 | 107 | 0 | 33 | 76 | 32 | 42 | 57 | 63 |
| Binary | 10111100 | 10001010 | 1000111 | 0 | 11011 | 111110 | 11010 | 100010 | 101111 | 110011 |
Color Harmonies of #BC8A47
Complementary color
Monochromatic Colors of #BC8A47
Black with #BC8A47
Text Example
Text Example
White with #BC8A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A47; }
p { color: rgb(188,138,71); }
H1.HeaderClassName
{
color: #BC8A47;
}
.AnyTagClassName
{
color: #BC8A47;
}
</style>
background-color css
<style>
a { background-color: #BC8A47; }
a { background-color: rgb(188,138,71); }
div.DivClassName
{
background-color: #BC8A47;
}
.BgClassName
{
background-color: #BC8A47;
}
</style>
border-color css
<style>
span { border-color: #BC8A47; }
span { border-color: rgb(188,138,71); }
td.TdClassName
{
border-color: #BC8A47;
}
.TagClassName
{
border-color: #BC8A47;
}
</style>