Shades of Tussock #BC8F49
Tints of Tussock #BC8F49
RGB
CMYK
RGB Variations
Color information
#BC8F49 (or 0xBC8F49) is known color: Tussock. HEX triplet: BC, 8F and 49. RGB value is (188,143,73). Sum of RGB (Red+Green+Blue) = 188+143+73=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F49 is #4370B6. Grayscale: #949494. Windows color (decimal): -4419767 or 4820924. OLE color: 4820924.
HSL color Cylindrical-coordinate representation of color #BC8F49: hue angle of 36.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC8F49 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 73 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.26 |
| HSL | 36.52º | 0.46% | 0.51% | - |
| HSV(B) | 36.52º | 0.61% | 0.74% | - |
| XYZ | 31.76 | 30.82 | 10.58 | - |
| YUV | 148.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 73 | 0 | 0.24 | 0.61 | 0.26 | 36.52 | 0.46 | 0.51 |
| Hex | BC | 8F | 49 | 0 | 18 | 3D | 1A | 25 | 2E | 33 |
| Octal | 274 | 217 | 111 | 0 | 30 | 75 | 32 | 45 | 56 | 63 |
| Binary | 10111100 | 10001111 | 1001001 | 0 | 11000 | 111101 | 11010 | 100101 | 101110 | 110011 |
Color Harmonies of #BC8F49
Complementary color
Monochromatic Colors of #BC8F49
Black with #BC8F49
Text Example
Text Example
White with #BC8F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F49; }
p { color: rgb(188,143,73); }
H1.HeaderClassName
{
color: #BC8F49;
}
.AnyTagClassName
{
color: #BC8F49;
}
</style>
background-color css
<style>
a { background-color: #BC8F49; }
a { background-color: rgb(188,143,73); }
div.DivClassName
{
background-color: #BC8F49;
}
.BgClassName
{
background-color: #BC8F49;
}
</style>
border-color css
<style>
span { border-color: #BC8F49; }
span { border-color: rgb(188,143,73); }
td.TdClassName
{
border-color: #BC8F49;
}
.TagClassName
{
border-color: #BC8F49;
}
</style>