Shades of Tussock #BC894B
Tints of Tussock #BC894B
RGB
CMYK
RGB Variations
Color information
#BC894B (or 0xBC894B) is known color: Tussock. HEX triplet: BC, 89 and 4B. RGB value is (188,137,75). Sum of RGB (Red+Green+Blue) = 188+137+75=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC894B is #4376B4. Grayscale: #919191. Windows color (decimal): -4421301 or 4950460. OLE color: 4950460.
HSL color Cylindrical-coordinate representation of color #BC894B: hue angle of 32.92º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC894B is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 75 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.26 |
| HSL | 32.92º | 0.46% | 0.52% | - |
| HSV(B) | 32.92º | 0.6% | 0.74% | - |
| XYZ | 30.95 | 29.09 | 10.64 | - |
| YUV | 145.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 75 | 0 | 0.27 | 0.60 | 0.26 | 32.92 | 0.46 | 0.52 |
| Hex | BC | 89 | 4B | 0 | 1B | 3C | 1A | 21 | 2E | 34 |
| Octal | 274 | 211 | 113 | 0 | 33 | 74 | 32 | 41 | 56 | 64 |
| Binary | 10111100 | 10001001 | 1001011 | 0 | 11011 | 111100 | 11010 | 100001 | 101110 | 110100 |
Color Harmonies of #BC894B
Complementary color
Monochromatic Colors of #BC894B
Black with #BC894B
Text Example
Text Example
White with #BC894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC894B; }
p { color: rgb(188,137,75); }
H1.HeaderClassName
{
color: #BC894B;
}
.AnyTagClassName
{
color: #BC894B;
}
</style>
background-color css
<style>
a { background-color: #BC894B; }
a { background-color: rgb(188,137,75); }
div.DivClassName
{
background-color: #BC894B;
}
.BgClassName
{
background-color: #BC894B;
}
</style>
border-color css
<style>
span { border-color: #BC894B; }
span { border-color: rgb(188,137,75); }
td.TdClassName
{
border-color: #BC894B;
}
.TagClassName
{
border-color: #BC894B;
}
</style>