Shades of Tussock #BC9448
Tints of Tussock #BC9448
RGB
CMYK
RGB Variations
Color information
#BC9448 (or 0xBC9448) is known color: Tussock. HEX triplet: BC, 94 and 48. RGB value is (188,148,72). Sum of RGB (Red+Green+Blue) = 188+148+72=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9448 is #436BB7. Grayscale: #979797. Windows color (decimal): -4418488 or 4756668. OLE color: 4756668.
HSL color Cylindrical-coordinate representation of color #BC9448: hue angle of 39.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC9448 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 72 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.26 |
| HSL | 39.31º | 0.46% | 0.51% | - |
| HSV(B) | 39.31º | 0.62% | 0.74% | - |
| XYZ | 32.5 | 32.34 | 10.66 | - |
| YUV | 151.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 72 | 0 | 0.21 | 0.62 | 0.26 | 39.31 | 0.46 | 0.51 |
| Hex | BC | 94 | 48 | 0 | 15 | 3E | 1A | 27 | 2E | 33 |
| Octal | 274 | 224 | 110 | 0 | 25 | 76 | 32 | 47 | 56 | 63 |
| Binary | 10111100 | 10010100 | 1001000 | 0 | 10101 | 111110 | 11010 | 100111 | 101110 | 110011 |
Color Harmonies of #BC9448
Complementary color
Monochromatic Colors of #BC9448
Black with #BC9448
Text Example
Text Example
White with #BC9448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9448; }
p { color: rgb(188,148,72); }
H1.HeaderClassName
{
color: #BC9448;
}
.AnyTagClassName
{
color: #BC9448;
}
</style>
background-color css
<style>
a { background-color: #BC9448; }
a { background-color: rgb(188,148,72); }
div.DivClassName
{
background-color: #BC9448;
}
.BgClassName
{
background-color: #BC9448;
}
</style>
border-color css
<style>
span { border-color: #BC9448; }
span { border-color: rgb(188,148,72); }
td.TdClassName
{
border-color: #BC9448;
}
.TagClassName
{
border-color: #BC9448;
}
</style>