Shades of Tussock #BD8C4A
Tints of Tussock #BD8C4A
RGB
CMYK
RGB Variations
Color information
#BD8C4A (or 0xBD8C4A) is known color: Tussock. HEX triplet: BD, 8C and 4A. RGB value is (189,140,74). Sum of RGB (Red+Green+Blue) = 189+140+74=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C4A is #4273B5. Grayscale: #939393. Windows color (decimal): -4354998 or 4885693. OLE color: 4885693.
HSL color Cylindrical-coordinate representation of color #BD8C4A: hue angle of 34.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD8C4A is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 74 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.26 |
| HSL | 34.43º | 0.47% | 0.52% | - |
| HSV(B) | 34.43º | 0.61% | 0.74% | - |
| XYZ | 31.6 | 30.07 | 10.62 | - |
| YUV | 147.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 74 | 0 | 0.26 | 0.61 | 0.26 | 34.43 | 0.47 | 0.52 |
| Hex | BD | 8C | 4A | 0 | 1A | 3D | 1A | 22 | 2F | 34 |
| Octal | 275 | 214 | 112 | 0 | 32 | 75 | 32 | 42 | 57 | 64 |
| Binary | 10111101 | 10001100 | 1001010 | 0 | 11010 | 111101 | 11010 | 100010 | 101111 | 110100 |
Color Harmonies of #BD8C4A
Complementary color
Monochromatic Colors of #BD8C4A
Black with #BD8C4A
Text Example
Text Example
White with #BD8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C4A; }
p { color: rgb(189,140,74); }
H1.HeaderClassName
{
color: #BD8C4A;
}
.AnyTagClassName
{
color: #BD8C4A;
}
</style>
background-color css
<style>
a { background-color: #BD8C4A; }
a { background-color: rgb(189,140,74); }
div.DivClassName
{
background-color: #BD8C4A;
}
.BgClassName
{
background-color: #BD8C4A;
}
</style>
border-color css
<style>
span { border-color: #BD8C4A; }
span { border-color: rgb(189,140,74); }
td.TdClassName
{
border-color: #BD8C4A;
}
.TagClassName
{
border-color: #BD8C4A;
}
</style>