Shades of Tussock #BC884A
Tints of Tussock #BC884A
RGB
CMYK
RGB Variations
Color information
#BC884A (or 0xBC884A) is known color: Tussock. HEX triplet: BC, 88 and 4A. RGB value is (188,136,74). Sum of RGB (Red+Green+Blue) = 188+136+74=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC884A is #4377B5. Grayscale: #909090. Windows color (decimal): -4421558 or 4884668. OLE color: 4884668.
HSL color Cylindrical-coordinate representation of color #BC884A: hue angle of 32.63º 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 #BC884A is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 74 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.26 |
| HSL | 32.63º | 0.46% | 0.51% | - |
| HSV(B) | 32.63º | 0.61% | 0.74% | - |
| XYZ | 30.78 | 28.79 | 10.41 | - |
| YUV | 144.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 74 | 0 | 0.28 | 0.61 | 0.26 | 32.63 | 0.46 | 0.51 |
| Hex | BC | 88 | 4A | 0 | 1C | 3D | 1A | 21 | 2E | 33 |
| Octal | 274 | 210 | 112 | 0 | 34 | 75 | 32 | 41 | 56 | 63 |
| Binary | 10111100 | 10001000 | 1001010 | 0 | 11100 | 111101 | 11010 | 100001 | 101110 | 110011 |
Color Harmonies of #BC884A
Complementary color
Monochromatic Colors of #BC884A
Black with #BC884A
Text Example
Text Example
White with #BC884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC884A; }
p { color: rgb(188,136,74); }
H1.HeaderClassName
{
color: #BC884A;
}
.AnyTagClassName
{
color: #BC884A;
}
</style>
background-color css
<style>
a { background-color: #BC884A; }
a { background-color: rgb(188,136,74); }
div.DivClassName
{
background-color: #BC884A;
}
.BgClassName
{
background-color: #BC884A;
}
</style>
border-color css
<style>
span { border-color: #BC884A; }
span { border-color: rgb(188,136,74); }
td.TdClassName
{
border-color: #BC884A;
}
.TagClassName
{
border-color: #BC884A;
}
</style>