Shades of Tussock #BD8C4C
Tints of Tussock #BD8C4C
RGB
CMYK
RGB Variations
Color information
#BD8C4C (or 0xBD8C4C) is known color: Tussock. HEX triplet: BD, 8C and 4C. RGB value is (189,140,76). Sum of RGB (Red+Green+Blue) = 189+140+76=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C4C is #4273B3. Grayscale: #939393. Windows color (decimal): -4354996 or 5016765. OLE color: 5016765.
HSL color Cylindrical-coordinate representation of color #BD8C4C: hue angle of 33.98º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD8C4C is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 76 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.26 |
| HSL | 33.98º | 0.46% | 0.52% | - |
| HSV(B) | 33.98º | 0.6% | 0.74% | - |
| XYZ | 31.67 | 30.1 | 10.98 | - |
| YUV | 147.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 76 | 0 | 0.26 | 0.60 | 0.26 | 33.98 | 0.46 | 0.52 |
| Hex | BD | 8C | 4C | 0 | 1A | 3C | 1A | 22 | 2E | 34 |
| Octal | 275 | 214 | 114 | 0 | 32 | 74 | 32 | 42 | 56 | 64 |
| Binary | 10111101 | 10001100 | 1001100 | 0 | 11010 | 111100 | 11010 | 100010 | 101110 | 110100 |
Color Harmonies of #BD8C4C
Complementary color
Monochromatic Colors of #BD8C4C
Black with #BD8C4C
Text Example
Text Example
White with #BD8C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C4C; }
p { color: rgb(189,140,76); }
H1.HeaderClassName
{
color: #BD8C4C;
}
.AnyTagClassName
{
color: #BD8C4C;
}
</style>
background-color css
<style>
a { background-color: #BD8C4C; }
a { background-color: rgb(189,140,76); }
div.DivClassName
{
background-color: #BD8C4C;
}
.BgClassName
{
background-color: #BD8C4C;
}
</style>
border-color css
<style>
span { border-color: #BD8C4C; }
span { border-color: rgb(189,140,76); }
td.TdClassName
{
border-color: #BD8C4C;
}
.TagClassName
{
border-color: #BD8C4C;
}
</style>