Shades of Tussock #BD854D
Tints of Tussock #BD854D
RGB
CMYK
RGB Variations
Color information
#BD854D (or 0xBD854D) is known color: Tussock. HEX triplet: BD, 85 and 4D. RGB value is (189,133,77). Sum of RGB (Red+Green+Blue) = 189+133+77=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD854D is #427AB2. Grayscale: #8F8F8F. Windows color (decimal): -4356787 or 5080509. OLE color: 5080509.
HSL color Cylindrical-coordinate representation of color #BD854D: hue angle of 30º 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 #BD854D is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 77 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.26 |
| HSL | 30º | 0.46% | 0.52% | - |
| HSV(B) | 30º | 0.59% | 0.74% | - |
| XYZ | 30.71 | 28.13 | 10.83 | - |
| YUV | 143.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 77 | 0 | 0.30 | 0.59 | 0.26 | 30 | 0.46 | 0.52 |
| Hex | BD | 85 | 4D | 0 | 1E | 3B | 1A | 1E | 2E | 34 |
| Octal | 275 | 205 | 115 | 0 | 36 | 73 | 32 | 36 | 56 | 64 |
| Binary | 10111101 | 10000101 | 1001101 | 0 | 11110 | 111011 | 11010 | 11110 | 101110 | 110100 |
Color Harmonies of #BD854D
Complementary color
Monochromatic Colors of #BD854D
Black with #BD854D
Text Example
Text Example
White with #BD854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD854D; }
p { color: rgb(189,133,77); }
H1.HeaderClassName
{
color: #BD854D;
}
.AnyTagClassName
{
color: #BD854D;
}
</style>
background-color css
<style>
a { background-color: #BD854D; }
a { background-color: rgb(189,133,77); }
div.DivClassName
{
background-color: #BD854D;
}
.BgClassName
{
background-color: #BD854D;
}
</style>
border-color css
<style>
span { border-color: #BD854D; }
span { border-color: rgb(189,133,77); }
td.TdClassName
{
border-color: #BD854D;
}
.TagClassName
{
border-color: #BD854D;
}
</style>