Shades of Tussock #BC914A
Tints of Tussock #BC914A
RGB
CMYK
RGB Variations
Color information
#BC914A (or 0xBC914A) is known color: Tussock. HEX triplet: BC, 91 and 4A. RGB value is (188,145,74). Sum of RGB (Red+Green+Blue) = 188+145+74=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC914A is #436EB5. Grayscale: #969696. Windows color (decimal): -4419254 or 4886972. OLE color: 4886972.
HSL color Cylindrical-coordinate representation of color #BC914A: hue angle of 37.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC914A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 74 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.26 |
| HSL | 37.37º | 0.46% | 0.51% | - |
| HSV(B) | 37.37º | 0.61% | 0.74% | - |
| XYZ | 32.1 | 31.44 | 10.85 | - |
| YUV | 149.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 74 | 0 | 0.23 | 0.61 | 0.26 | 37.37 | 0.46 | 0.51 |
| Hex | BC | 91 | 4A | 0 | 17 | 3D | 1A | 25 | 2E | 33 |
| Octal | 274 | 221 | 112 | 0 | 27 | 75 | 32 | 45 | 56 | 63 |
| Binary | 10111100 | 10010001 | 1001010 | 0 | 10111 | 111101 | 11010 | 100101 | 101110 | 110011 |
Color Harmonies of #BC914A
Complementary color
Monochromatic Colors of #BC914A
Black with #BC914A
Text Example
Text Example
White with #BC914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC914A; }
p { color: rgb(188,145,74); }
H1.HeaderClassName
{
color: #BC914A;
}
.AnyTagClassName
{
color: #BC914A;
}
</style>
background-color css
<style>
a { background-color: #BC914A; }
a { background-color: rgb(188,145,74); }
div.DivClassName
{
background-color: #BC914A;
}
.BgClassName
{
background-color: #BC914A;
}
</style>
border-color css
<style>
span { border-color: #BC914A; }
span { border-color: rgb(188,145,74); }
td.TdClassName
{
border-color: #BC914A;
}
.TagClassName
{
border-color: #BC914A;
}
</style>