Shades of Tussock #BC9144
Tints of Tussock #BC9144
RGB
CMYK
RGB Variations
Color information
#BC9144 (or 0xBC9144) is known color: Tussock. HEX triplet: BC, 91 and 44. RGB value is (188,145,68). Sum of RGB (Red+Green+Blue) = 188+145+68=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9144 is #436EBB. Grayscale: #959595. Windows color (decimal): -4419260 or 4493756. OLE color: 4493756.
HSL color Cylindrical-coordinate representation of color #BC9144: hue angle of 38.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC9144 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 68 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.26 |
| HSL | 38.5º | 0.47% | 0.5% | - |
| HSV(B) | 38.5º | 0.64% | 0.74% | - |
| XYZ | 31.91 | 31.36 | 9.84 | - |
| YUV | 149.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 68 | 0 | 0.23 | 0.64 | 0.26 | 38.5 | 0.47 | 0.5 |
| Hex | BC | 91 | 44 | 0 | 17 | 40 | 1A | 26 | 2F | 32 |
| Octal | 274 | 221 | 104 | 0 | 27 | 100 | 32 | 46 | 57 | 62 |
| Binary | 10111100 | 10010001 | 1000100 | 0 | 10111 | 1000000 | 11010 | 100110 | 101111 | 110010 |
Color Harmonies of #BC9144
Complementary color
Monochromatic Colors of #BC9144
Black with #BC9144
Text Example
Text Example
White with #BC9144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9144; }
p { color: rgb(188,145,68); }
H1.HeaderClassName
{
color: #BC9144;
}
.AnyTagClassName
{
color: #BC9144;
}
</style>
background-color css
<style>
a { background-color: #BC9144; }
a { background-color: rgb(188,145,68); }
div.DivClassName
{
background-color: #BC9144;
}
.BgClassName
{
background-color: #BC9144;
}
</style>
border-color css
<style>
span { border-color: #BC9144; }
span { border-color: rgb(188,145,68); }
td.TdClassName
{
border-color: #BC9144;
}
.TagClassName
{
border-color: #BC9144;
}
</style>