Shades of Tussock #BD8B49
Tints of Tussock #BD8B49
RGB
CMYK
RGB Variations
Color information
#BD8B49 (or 0xBD8B49) is known color: Tussock. HEX triplet: BD, 8B and 49. RGB value is (189,139,73). Sum of RGB (Red+Green+Blue) = 189+139+73=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B49 is #4274B6. Grayscale: #929292. Windows color (decimal): -4355255 or 4819901. OLE color: 4819901.
HSL color Cylindrical-coordinate representation of color #BD8B49: hue angle of 34.14º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD8B49 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 73 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.26 |
| HSL | 34.14º | 0.47% | 0.51% | - |
| HSV(B) | 34.14º | 0.61% | 0.74% | - |
| XYZ | 31.42 | 29.77 | 10.39 | - |
| YUV | 146.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 73 | 0 | 0.26 | 0.61 | 0.26 | 34.14 | 0.47 | 0.51 |
| Hex | BD | 8B | 49 | 0 | 1A | 3D | 1A | 22 | 2F | 33 |
| Octal | 275 | 213 | 111 | 0 | 32 | 75 | 32 | 42 | 57 | 63 |
| Binary | 10111101 | 10001011 | 1001001 | 0 | 11010 | 111101 | 11010 | 100010 | 101111 | 110011 |
Color Harmonies of #BD8B49
Complementary color
Monochromatic Colors of #BD8B49
Black with #BD8B49
Text Example
Text Example
White with #BD8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B49; }
p { color: rgb(189,139,73); }
H1.HeaderClassName
{
color: #BD8B49;
}
.AnyTagClassName
{
color: #BD8B49;
}
</style>
background-color css
<style>
a { background-color: #BD8B49; }
a { background-color: rgb(189,139,73); }
div.DivClassName
{
background-color: #BD8B49;
}
.BgClassName
{
background-color: #BD8B49;
}
</style>
border-color css
<style>
span { border-color: #BD8B49; }
span { border-color: rgb(189,139,73); }
td.TdClassName
{
border-color: #BD8B49;
}
.TagClassName
{
border-color: #BD8B49;
}
</style>