Shades of Tussock #BD8A49
Tints of Tussock #BD8A49
RGB
CMYK
RGB Variations
Color information
#BD8A49 (or 0xBD8A49) is known color: Tussock. HEX triplet: BD, 8A and 49. RGB value is (189,138,73). Sum of RGB (Red+Green+Blue) = 189+138+73=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A49 is #4275B6. Grayscale: #929292. Windows color (decimal): -4355511 or 4819645. OLE color: 4819645.
HSL color Cylindrical-coordinate representation of color #BD8A49: hue angle of 33.62º 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 #BD8A49 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 73 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.26 |
| HSL | 33.62º | 0.47% | 0.51% | - |
| HSV(B) | 33.62º | 0.61% | 0.74% | - |
| XYZ | 31.28 | 29.48 | 10.34 | - |
| YUV | 145.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 73 | 0 | 0.27 | 0.61 | 0.26 | 33.62 | 0.47 | 0.51 |
| Hex | BD | 8A | 49 | 0 | 1B | 3D | 1A | 22 | 2F | 33 |
| Octal | 275 | 212 | 111 | 0 | 33 | 75 | 32 | 42 | 57 | 63 |
| Binary | 10111101 | 10001010 | 1001001 | 0 | 11011 | 111101 | 11010 | 100010 | 101111 | 110011 |
Color Harmonies of #BD8A49
Complementary color
Monochromatic Colors of #BD8A49
Black with #BD8A49
Text Example
Text Example
White with #BD8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A49; }
p { color: rgb(189,138,73); }
H1.HeaderClassName
{
color: #BD8A49;
}
.AnyTagClassName
{
color: #BD8A49;
}
</style>
background-color css
<style>
a { background-color: #BD8A49; }
a { background-color: rgb(189,138,73); }
div.DivClassName
{
background-color: #BD8A49;
}
.BgClassName
{
background-color: #BD8A49;
}
</style>
border-color css
<style>
span { border-color: #BD8A49; }
span { border-color: rgb(189,138,73); }
td.TdClassName
{
border-color: #BD8A49;
}
.TagClassName
{
border-color: #BD8A49;
}
</style>