Shades of Tussock #BC9051
Tints of Tussock #BC9051
RGB
CMYK
RGB Variations
Color information
#BC9051 (or 0xBC9051) is known color: Tussock. HEX triplet: BC, 90 and 51. RGB value is (188,144,81). Sum of RGB (Red+Green+Blue) = 188+144+81=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9051 is #436FAE. Grayscale: #969696. Windows color (decimal): -4419503 or 5345468. OLE color: 5345468.
HSL color Cylindrical-coordinate representation of color #BC9051: hue angle of 35.33º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC9051 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 81 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.26 |
| HSL | 35.33º | 0.44% | 0.53% | - |
| HSV(B) | 35.33º | 0.57% | 0.74% | - |
| XYZ | 32.2 | 31.23 | 12.12 | - |
| YUV | 149.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 81 | 0 | 0.23 | 0.57 | 0.26 | 35.33 | 0.44 | 0.53 |
| Hex | BC | 90 | 51 | 0 | 17 | 39 | 1A | 23 | 2C | 35 |
| Octal | 274 | 220 | 121 | 0 | 27 | 71 | 32 | 43 | 54 | 65 |
| Binary | 10111100 | 10010000 | 1010001 | 0 | 10111 | 111001 | 11010 | 100011 | 101100 | 110101 |
Color Harmonies of #BC9051
Complementary color
Monochromatic Colors of #BC9051
Black with #BC9051
Text Example
Text Example
White with #BC9051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9051; }
p { color: rgb(188,144,81); }
H1.HeaderClassName
{
color: #BC9051;
}
.AnyTagClassName
{
color: #BC9051;
}
</style>
background-color css
<style>
a { background-color: #BC9051; }
a { background-color: rgb(188,144,81); }
div.DivClassName
{
background-color: #BC9051;
}
.BgClassName
{
background-color: #BC9051;
}
</style>
border-color css
<style>
span { border-color: #BC9051; }
span { border-color: rgb(188,144,81); }
td.TdClassName
{
border-color: #BC9051;
}
.TagClassName
{
border-color: #BC9051;
}
</style>