Shades of Tussock #BC9148
Tints of Tussock #BC9148
RGB
CMYK
RGB Variations
Color information
#BC9148 (or 0xBC9148) is known color: Tussock. HEX triplet: BC, 91 and 48. RGB value is (188,145,72). Sum of RGB (Red+Green+Blue) = 188+145+72=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9148 is #436EB7. Grayscale: #959595. Windows color (decimal): -4419256 or 4755900. OLE color: 4755900.
HSL color Cylindrical-coordinate representation of color #BC9148: hue angle of 37.76º 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 #BC9148 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 72 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.26 |
| HSL | 37.76º | 0.46% | 0.51% | - |
| HSV(B) | 37.76º | 0.62% | 0.74% | - |
| XYZ | 32.03 | 31.41 | 10.51 | - |
| YUV | 149.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 72 | 0 | 0.23 | 0.62 | 0.26 | 37.76 | 0.46 | 0.51 |
| Hex | BC | 91 | 48 | 0 | 17 | 3E | 1A | 26 | 2E | 33 |
| Octal | 274 | 221 | 110 | 0 | 27 | 76 | 32 | 46 | 56 | 63 |
| Binary | 10111100 | 10010001 | 1001000 | 0 | 10111 | 111110 | 11010 | 100110 | 101110 | 110011 |
Color Harmonies of #BC9148
Complementary color
Monochromatic Colors of #BC9148
Black with #BC9148
Text Example
Text Example
White with #BC9148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9148; }
p { color: rgb(188,145,72); }
H1.HeaderClassName
{
color: #BC9148;
}
.AnyTagClassName
{
color: #BC9148;
}
</style>
background-color css
<style>
a { background-color: #BC9148; }
a { background-color: rgb(188,145,72); }
div.DivClassName
{
background-color: #BC9148;
}
.BgClassName
{
background-color: #BC9148;
}
</style>
border-color css
<style>
span { border-color: #BC9148; }
span { border-color: rgb(188,145,72); }
td.TdClassName
{
border-color: #BC9148;
}
.TagClassName
{
border-color: #BC9148;
}
</style>