Shades of Tussock #BC904A
Tints of Tussock #BC904A
RGB
CMYK
RGB Variations
Color information
#BC904A (or 0xBC904A) is known color: Tussock. HEX triplet: BC, 90 and 4A. RGB value is (188,144,74). Sum of RGB (Red+Green+Blue) = 188+144+74=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC904A is #436FB5. Grayscale: #959595. Windows color (decimal): -4419510 or 4886716. OLE color: 4886716.
HSL color Cylindrical-coordinate representation of color #BC904A: hue angle of 36.84º 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 #BC904A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 74 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.26 |
| HSL | 36.84º | 0.46% | 0.51% | - |
| HSV(B) | 36.84º | 0.61% | 0.74% | - |
| XYZ | 31.95 | 31.13 | 10.8 | - |
| YUV | 149.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 74 | 0 | 0.23 | 0.61 | 0.26 | 36.84 | 0.46 | 0.51 |
| Hex | BC | 90 | 4A | 0 | 17 | 3D | 1A | 25 | 2E | 33 |
| Octal | 274 | 220 | 112 | 0 | 27 | 75 | 32 | 45 | 56 | 63 |
| Binary | 10111100 | 10010000 | 1001010 | 0 | 10111 | 111101 | 11010 | 100101 | 101110 | 110011 |
Color Harmonies of #BC904A
Complementary color
Monochromatic Colors of #BC904A
Black with #BC904A
Text Example
Text Example
White with #BC904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC904A; }
p { color: rgb(188,144,74); }
H1.HeaderClassName
{
color: #BC904A;
}
.AnyTagClassName
{
color: #BC904A;
}
</style>
background-color css
<style>
a { background-color: #BC904A; }
a { background-color: rgb(188,144,74); }
div.DivClassName
{
background-color: #BC904A;
}
.BgClassName
{
background-color: #BC904A;
}
</style>
border-color css
<style>
span { border-color: #BC904A; }
span { border-color: rgb(188,144,74); }
td.TdClassName
{
border-color: #BC904A;
}
.TagClassName
{
border-color: #BC904A;
}
</style>