Shades of Tussock #BD8D48
Tints of Tussock #BD8D48
RGB
CMYK
RGB Variations
Color information
#BD8D48 (or 0xBD8D48) is known color: Tussock. HEX triplet: BD, 8D and 48. RGB value is (189,141,72). Sum of RGB (Red+Green+Blue) = 189+141+72=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D48 is #4272B7. Grayscale: #939393. Windows color (decimal): -4354744 or 4754877. OLE color: 4754877.
HSL color Cylindrical-coordinate representation of color #BD8D48: hue angle of 35.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD8D48 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 72 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.26 |
| HSL | 35.38º | 0.47% | 0.51% | - |
| HSV(B) | 35.38º | 0.62% | 0.74% | - |
| XYZ | 31.68 | 30.34 | 10.32 | - |
| YUV | 147.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 72 | 0 | 0.25 | 0.62 | 0.26 | 35.38 | 0.47 | 0.51 |
| Hex | BD | 8D | 48 | 0 | 19 | 3E | 1A | 23 | 2F | 33 |
| Octal | 275 | 215 | 110 | 0 | 31 | 76 | 32 | 43 | 57 | 63 |
| Binary | 10111101 | 10001101 | 1001000 | 0 | 11001 | 111110 | 11010 | 100011 | 101111 | 110011 |
Color Harmonies of #BD8D48
Complementary color
Monochromatic Colors of #BD8D48
Black with #BD8D48
Text Example
Text Example
White with #BD8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D48; }
p { color: rgb(189,141,72); }
H1.HeaderClassName
{
color: #BD8D48;
}
.AnyTagClassName
{
color: #BD8D48;
}
</style>
background-color css
<style>
a { background-color: #BD8D48; }
a { background-color: rgb(189,141,72); }
div.DivClassName
{
background-color: #BD8D48;
}
.BgClassName
{
background-color: #BD8D48;
}
</style>
border-color css
<style>
span { border-color: #BD8D48; }
span { border-color: rgb(189,141,72); }
td.TdClassName
{
border-color: #BD8D48;
}
.TagClassName
{
border-color: #BD8D48;
}
</style>