Shades of Tussock #BC914F
Tints of Tussock #BC914F
RGB
CMYK
RGB Variations
Color information
#BC914F (or 0xBC914F) is known color: Tussock. HEX triplet: BC, 91 and 4F. RGB value is (188,145,79). Sum of RGB (Red+Green+Blue) = 188+145+79=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC914F is #436EB0. Grayscale: #969696. Windows color (decimal): -4419249 or 5214652. OLE color: 5214652.
HSL color Cylindrical-coordinate representation of color #BC914F: hue angle of 36.33º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC914F is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 79 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.26 |
| HSL | 36.33º | 0.45% | 0.52% | - |
| HSV(B) | 36.33º | 0.58% | 0.74% | - |
| XYZ | 32.28 | 31.51 | 11.78 | - |
| YUV | 150.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 79 | 0 | 0.23 | 0.58 | 0.26 | 36.33 | 0.45 | 0.52 |
| Hex | BC | 91 | 4F | 0 | 17 | 3A | 1A | 24 | 2D | 34 |
| Octal | 274 | 221 | 117 | 0 | 27 | 72 | 32 | 44 | 55 | 64 |
| Binary | 10111100 | 10010001 | 1001111 | 0 | 10111 | 111010 | 11010 | 100100 | 101101 | 110100 |
Color Harmonies of #BC914F
Complementary color
Monochromatic Colors of #BC914F
Black with #BC914F
Text Example
Text Example
White with #BC914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC914F; }
p { color: rgb(188,145,79); }
H1.HeaderClassName
{
color: #BC914F;
}
.AnyTagClassName
{
color: #BC914F;
}
</style>
background-color css
<style>
a { background-color: #BC914F; }
a { background-color: rgb(188,145,79); }
div.DivClassName
{
background-color: #BC914F;
}
.BgClassName
{
background-color: #BC914F;
}
</style>
border-color css
<style>
span { border-color: #BC914F; }
span { border-color: rgb(188,145,79); }
td.TdClassName
{
border-color: #BC914F;
}
.TagClassName
{
border-color: #BC914F;
}
</style>