Shades of Tussock #BC914C
Tints of Tussock #BC914C
RGB
CMYK
RGB Variations
Color information
#BC914C (or 0xBC914C) is known color: Tussock. HEX triplet: BC, 91 and 4C. RGB value is (188,145,76). Sum of RGB (Red+Green+Blue) = 188+145+76=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC914C is #436EB3. Grayscale: #969696. Windows color (decimal): -4419252 or 5018044. OLE color: 5018044.
HSL color Cylindrical-coordinate representation of color #BC914C: hue angle of 36.96º 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 #BC914C is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 76 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.26 |
| HSL | 36.96º | 0.46% | 0.52% | - |
| HSV(B) | 36.96º | 0.6% | 0.74% | - |
| XYZ | 32.17 | 31.46 | 11.22 | - |
| YUV | 149.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 76 | 0 | 0.23 | 0.60 | 0.26 | 36.96 | 0.46 | 0.52 |
| Hex | BC | 91 | 4C | 0 | 17 | 3C | 1A | 25 | 2E | 34 |
| Octal | 274 | 221 | 114 | 0 | 27 | 74 | 32 | 45 | 56 | 64 |
| Binary | 10111100 | 10010001 | 1001100 | 0 | 10111 | 111100 | 11010 | 100101 | 101110 | 110100 |
Color Harmonies of #BC914C
Complementary color
Monochromatic Colors of #BC914C
Black with #BC914C
Text Example
Text Example
White with #BC914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC914C; }
p { color: rgb(188,145,76); }
H1.HeaderClassName
{
color: #BC914C;
}
.AnyTagClassName
{
color: #BC914C;
}
</style>
background-color css
<style>
a { background-color: #BC914C; }
a { background-color: rgb(188,145,76); }
div.DivClassName
{
background-color: #BC914C;
}
.BgClassName
{
background-color: #BC914C;
}
</style>
border-color css
<style>
span { border-color: #BC914C; }
span { border-color: rgb(188,145,76); }
td.TdClassName
{
border-color: #BC914C;
}
.TagClassName
{
border-color: #BC914C;
}
</style>