Shades of Tussock #BC8F4A
Tints of Tussock #BC8F4A
RGB
CMYK
RGB Variations
Color information
#BC8F4A (or 0xBC8F4A) is known color: Tussock. HEX triplet: BC, 8F and 4A. RGB value is (188,143,74). Sum of RGB (Red+Green+Blue) = 188+143+74=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F4A is #4370B5. Grayscale: #949494. Windows color (decimal): -4419766 or 4886460. OLE color: 4886460.
HSL color Cylindrical-coordinate representation of color #BC8F4A: hue angle of 36.32º 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 #BC8F4A is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 74 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.26 |
| HSL | 36.32º | 0.46% | 0.51% | - |
| HSV(B) | 36.32º | 0.61% | 0.74% | - |
| XYZ | 31.8 | 30.83 | 10.75 | - |
| YUV | 148.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 74 | 0 | 0.24 | 0.61 | 0.26 | 36.32 | 0.46 | 0.51 |
| Hex | BC | 8F | 4A | 0 | 18 | 3D | 1A | 24 | 2E | 33 |
| Octal | 274 | 217 | 112 | 0 | 30 | 75 | 32 | 44 | 56 | 63 |
| Binary | 10111100 | 10001111 | 1001010 | 0 | 11000 | 111101 | 11010 | 100100 | 101110 | 110011 |
Color Harmonies of #BC8F4A
Complementary color
Monochromatic Colors of #BC8F4A
Black with #BC8F4A
Text Example
Text Example
White with #BC8F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F4A; }
p { color: rgb(188,143,74); }
H1.HeaderClassName
{
color: #BC8F4A;
}
.AnyTagClassName
{
color: #BC8F4A;
}
</style>
background-color css
<style>
a { background-color: #BC8F4A; }
a { background-color: rgb(188,143,74); }
div.DivClassName
{
background-color: #BC8F4A;
}
.BgClassName
{
background-color: #BC8F4A;
}
</style>
border-color css
<style>
span { border-color: #BC8F4A; }
span { border-color: rgb(188,143,74); }
td.TdClassName
{
border-color: #BC8F4A;
}
.TagClassName
{
border-color: #BC8F4A;
}
</style>