Shades of Tussock #BD884D
Tints of Tussock #BD884D
RGB
CMYK
RGB Variations
Color information
#BD884D (or 0xBD884D) is known color: Tussock. HEX triplet: BD, 88 and 4D. RGB value is (189,136,77). Sum of RGB (Red+Green+Blue) = 189+136+77=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD884D is #4277B2. Grayscale: #919191. Windows color (decimal): -4356019 or 5081277. OLE color: 5081277.
HSL color Cylindrical-coordinate representation of color #BD884D: hue angle of 31.61º 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 #BD884D is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 77 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.26 |
| HSL | 31.61º | 0.46% | 0.52% | - |
| HSV(B) | 31.61º | 0.59% | 0.74% | - |
| XYZ | 31.13 | 28.96 | 10.97 | - |
| YUV | 145.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 77 | 0 | 0.28 | 0.59 | 0.26 | 31.61 | 0.46 | 0.52 |
| Hex | BD | 88 | 4D | 0 | 1C | 3B | 1A | 20 | 2E | 34 |
| Octal | 275 | 210 | 115 | 0 | 34 | 73 | 32 | 40 | 56 | 64 |
| Binary | 10111101 | 10001000 | 1001101 | 0 | 11100 | 111011 | 11010 | 100000 | 101110 | 110100 |
Color Harmonies of #BD884D
Complementary color
Monochromatic Colors of #BD884D
Black with #BD884D
Text Example
Text Example
White with #BD884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD884D; }
p { color: rgb(189,136,77); }
H1.HeaderClassName
{
color: #BD884D;
}
.AnyTagClassName
{
color: #BD884D;
}
</style>
background-color css
<style>
a { background-color: #BD884D; }
a { background-color: rgb(189,136,77); }
div.DivClassName
{
background-color: #BD884D;
}
.BgClassName
{
background-color: #BD884D;
}
</style>
border-color css
<style>
span { border-color: #BD884D; }
span { border-color: rgb(189,136,77); }
td.TdClassName
{
border-color: #BD884D;
}
.TagClassName
{
border-color: #BD884D;
}
</style>