Shades of Tussock #BC8949
Tints of Tussock #BC8949
RGB
CMYK
RGB Variations
Color information
#BC8949 (or 0xBC8949) is known color: Tussock. HEX triplet: BC, 89 and 49. RGB value is (188,137,73). Sum of RGB (Red+Green+Blue) = 188+137+73=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8949 is #4376B6. Grayscale: #919191. Windows color (decimal): -4421303 or 4819388. OLE color: 4819388.
HSL color Cylindrical-coordinate representation of color #BC8949: hue angle of 33.39º 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 #BC8949 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 73 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.26 |
| HSL | 33.39º | 0.46% | 0.51% | - |
| HSV(B) | 33.39º | 0.61% | 0.74% | - |
| XYZ | 30.89 | 29.06 | 10.29 | - |
| YUV | 144.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 73 | 0 | 0.27 | 0.61 | 0.26 | 33.39 | 0.46 | 0.51 |
| Hex | BC | 89 | 49 | 0 | 1B | 3D | 1A | 21 | 2E | 33 |
| Octal | 274 | 211 | 111 | 0 | 33 | 75 | 32 | 41 | 56 | 63 |
| Binary | 10111100 | 10001001 | 1001001 | 0 | 11011 | 111101 | 11010 | 100001 | 101110 | 110011 |
Color Harmonies of #BC8949
Complementary color
Monochromatic Colors of #BC8949
Black with #BC8949
Text Example
Text Example
White with #BC8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8949; }
p { color: rgb(188,137,73); }
H1.HeaderClassName
{
color: #BC8949;
}
.AnyTagClassName
{
color: #BC8949;
}
</style>
background-color css
<style>
a { background-color: #BC8949; }
a { background-color: rgb(188,137,73); }
div.DivClassName
{
background-color: #BC8949;
}
.BgClassName
{
background-color: #BC8949;
}
</style>
border-color css
<style>
span { border-color: #BC8949; }
span { border-color: rgb(188,137,73); }
td.TdClassName
{
border-color: #BC8949;
}
.TagClassName
{
border-color: #BC8949;
}
</style>