Shades of Tussock #BD914D
Tints of Tussock #BD914D
RGB
CMYK
RGB Variations
Color information
#BD914D (or 0xBD914D) is known color: Tussock. HEX triplet: BD, 91 and 4D. RGB value is (189,145,77). Sum of RGB (Red+Green+Blue) = 189+145+77=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD914D is #426EB2. Grayscale: #969696. Windows color (decimal): -4353715 or 5083581. OLE color: 5083581.
HSL color Cylindrical-coordinate representation of color #BD914D: hue angle of 36.43º 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 #BD914D is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 77 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.26 |
| HSL | 36.43º | 0.46% | 0.52% | - |
| HSV(B) | 36.43º | 0.59% | 0.74% | - |
| XYZ | 32.45 | 31.61 | 11.41 | - |
| YUV | 150.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 77 | 0 | 0.23 | 0.59 | 0.26 | 36.43 | 0.46 | 0.52 |
| Hex | BD | 91 | 4D | 0 | 17 | 3B | 1A | 24 | 2E | 34 |
| Octal | 275 | 221 | 115 | 0 | 27 | 73 | 32 | 44 | 56 | 64 |
| Binary | 10111101 | 10010001 | 1001101 | 0 | 10111 | 111011 | 11010 | 100100 | 101110 | 110100 |
Color Harmonies of #BD914D
Complementary color
Monochromatic Colors of #BD914D
Black with #BD914D
Text Example
Text Example
White with #BD914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD914D; }
p { color: rgb(189,145,77); }
H1.HeaderClassName
{
color: #BD914D;
}
.AnyTagClassName
{
color: #BD914D;
}
</style>
background-color css
<style>
a { background-color: #BD914D; }
a { background-color: rgb(189,145,77); }
div.DivClassName
{
background-color: #BD914D;
}
.BgClassName
{
background-color: #BD914D;
}
</style>
border-color css
<style>
span { border-color: #BD914D; }
span { border-color: rgb(189,145,77); }
td.TdClassName
{
border-color: #BD914D;
}
.TagClassName
{
border-color: #BD914D;
}
</style>