Shades of Tussock #BD8D4E
Tints of Tussock #BD8D4E
RGB
CMYK
RGB Variations
Color information
#BD8D4E (or 0xBD8D4E) is known color: Tussock. HEX triplet: BD, 8D and 4E. RGB value is (189,141,78). Sum of RGB (Red+Green+Blue) = 189+141+78=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D4E is #4272B1. Grayscale: #949494. Windows color (decimal): -4354738 or 5148093. OLE color: 5148093.
HSL color Cylindrical-coordinate representation of color #BD8D4E: hue angle of 34.05º degrees, saturation: 0.46, 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 #BD8D4E is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 78 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.26 |
| HSL | 34.05º | 0.46% | 0.52% | - |
| HSV(B) | 34.05º | 0.59% | 0.74% | - |
| XYZ | 31.89 | 30.42 | 11.4 | - |
| YUV | 148.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 78 | 0 | 0.25 | 0.59 | 0.26 | 34.05 | 0.46 | 0.52 |
| Hex | BD | 8D | 4E | 0 | 19 | 3B | 1A | 22 | 2E | 34 |
| Octal | 275 | 215 | 116 | 0 | 31 | 73 | 32 | 42 | 56 | 64 |
| Binary | 10111101 | 10001101 | 1001110 | 0 | 11001 | 111011 | 11010 | 100010 | 101110 | 110100 |
Color Harmonies of #BD8D4E
Complementary color
Monochromatic Colors of #BD8D4E
Black with #BD8D4E
Text Example
Text Example
White with #BD8D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D4E; }
p { color: rgb(189,141,78); }
H1.HeaderClassName
{
color: #BD8D4E;
}
.AnyTagClassName
{
color: #BD8D4E;
}
</style>
background-color css
<style>
a { background-color: #BD8D4E; }
a { background-color: rgb(189,141,78); }
div.DivClassName
{
background-color: #BD8D4E;
}
.BgClassName
{
background-color: #BD8D4E;
}
</style>
border-color css
<style>
span { border-color: #BD8D4E; }
span { border-color: rgb(189,141,78); }
td.TdClassName
{
border-color: #BD8D4E;
}
.TagClassName
{
border-color: #BD8D4E;
}
</style>