Shades of Tussock #BC874D
Tints of Tussock #BC874D
RGB
CMYK
RGB Variations
Color information
#BC874D (or 0xBC874D) is known color: Tussock. HEX triplet: BC, 87 and 4D. RGB value is (188,135,77). Sum of RGB (Red+Green+Blue) = 188+135+77=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC874D is #4378B2. Grayscale: #909090. Windows color (decimal): -4421811 or 5081020. OLE color: 5081020.
HSL color Cylindrical-coordinate representation of color #BC874D: hue angle of 31.35º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC874D is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 77 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.26 |
| HSL | 31.35º | 0.45% | 0.52% | - |
| HSV(B) | 31.35º | 0.59% | 0.74% | - |
| XYZ | 30.74 | 28.56 | 10.91 | - |
| YUV | 144.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 77 | 0 | 0.28 | 0.59 | 0.26 | 31.35 | 0.45 | 0.52 |
| Hex | BC | 87 | 4D | 0 | 1C | 3B | 1A | 1F | 2D | 34 |
| Octal | 274 | 207 | 115 | 0 | 34 | 73 | 32 | 37 | 55 | 64 |
| Binary | 10111100 | 10000111 | 1001101 | 0 | 11100 | 111011 | 11010 | 11111 | 101101 | 110100 |
Color Harmonies of #BC874D
Complementary color
Monochromatic Colors of #BC874D
Black with #BC874D
Text Example
Text Example
White with #BC874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC874D; }
p { color: rgb(188,135,77); }
H1.HeaderClassName
{
color: #BC874D;
}
.AnyTagClassName
{
color: #BC874D;
}
</style>
background-color css
<style>
a { background-color: #BC874D; }
a { background-color: rgb(188,135,77); }
div.DivClassName
{
background-color: #BC874D;
}
.BgClassName
{
background-color: #BC874D;
}
</style>
border-color css
<style>
span { border-color: #BC874D; }
span { border-color: rgb(188,135,77); }
td.TdClassName
{
border-color: #BC874D;
}
.TagClassName
{
border-color: #BC874D;
}
</style>