Shades of Tussock #BC904D
Tints of Tussock #BC904D
RGB
CMYK
RGB Variations
Color information
#BC904D (or 0xBC904D) is known color: Tussock. HEX triplet: BC, 90 and 4D. RGB value is (188,144,77). Sum of RGB (Red+Green+Blue) = 188+144+77=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC904D is #436FB2. Grayscale: #959595. Windows color (decimal): -4419507 or 5083324. OLE color: 5083324.
HSL color Cylindrical-coordinate representation of color #BC904D: hue angle of 36.22º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC904D is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 77 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.26 |
| HSL | 36.22º | 0.45% | 0.52% | - |
| HSV(B) | 36.22º | 0.59% | 0.74% | - |
| XYZ | 32.05 | 31.17 | 11.35 | - |
| YUV | 149.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 77 | 0 | 0.23 | 0.59 | 0.26 | 36.22 | 0.45 | 0.52 |
| Hex | BC | 90 | 4D | 0 | 17 | 3B | 1A | 24 | 2D | 34 |
| Octal | 274 | 220 | 115 | 0 | 27 | 73 | 32 | 44 | 55 | 64 |
| Binary | 10111100 | 10010000 | 1001101 | 0 | 10111 | 111011 | 11010 | 100100 | 101101 | 110100 |
Color Harmonies of #BC904D
Complementary color
Monochromatic Colors of #BC904D
Black with #BC904D
Text Example
Text Example
White with #BC904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC904D; }
p { color: rgb(188,144,77); }
H1.HeaderClassName
{
color: #BC904D;
}
.AnyTagClassName
{
color: #BC904D;
}
</style>
background-color css
<style>
a { background-color: #BC904D; }
a { background-color: rgb(188,144,77); }
div.DivClassName
{
background-color: #BC904D;
}
.BgClassName
{
background-color: #BC904D;
}
</style>
border-color css
<style>
span { border-color: #BC904D; }
span { border-color: rgb(188,144,77); }
td.TdClassName
{
border-color: #BC904D;
}
.TagClassName
{
border-color: #BC904D;
}
</style>