Shades of Tussock #BD954E
Tints of Tussock #BD954E
RGB
CMYK
RGB Variations
Color information
#BD954E (or 0xBD954E) is known color: Tussock. HEX triplet: BD, 95 and 4E. RGB value is (189,149,78). Sum of RGB (Red+Green+Blue) = 189+149+78=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD954E is #426AB1. Grayscale: #999999. Windows color (decimal): -4352690 or 5150141. OLE color: 5150141.
HSL color Cylindrical-coordinate representation of color #BD954E: hue angle of 38.38º 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 #BD954E is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 78 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.26 |
| HSL | 38.38º | 0.46% | 0.52% | - |
| HSV(B) | 38.38º | 0.59% | 0.74% | - |
| XYZ | 33.11 | 32.86 | 11.81 | - |
| YUV | 152.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 78 | 0 | 0.21 | 0.59 | 0.26 | 38.38 | 0.46 | 0.52 |
| Hex | BD | 95 | 4E | 0 | 15 | 3B | 1A | 26 | 2E | 34 |
| Octal | 275 | 225 | 116 | 0 | 25 | 73 | 32 | 46 | 56 | 64 |
| Binary | 10111101 | 10010101 | 1001110 | 0 | 10101 | 111011 | 11010 | 100110 | 101110 | 110100 |
Color Harmonies of #BD954E
Complementary color
Monochromatic Colors of #BD954E
Black with #BD954E
Text Example
Text Example
White with #BD954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD954E; }
p { color: rgb(189,149,78); }
H1.HeaderClassName
{
color: #BD954E;
}
.AnyTagClassName
{
color: #BD954E;
}
</style>
background-color css
<style>
a { background-color: #BD954E; }
a { background-color: rgb(189,149,78); }
div.DivClassName
{
background-color: #BD954E;
}
.BgClassName
{
background-color: #BD954E;
}
</style>
border-color css
<style>
span { border-color: #BD954E; }
span { border-color: rgb(189,149,78); }
td.TdClassName
{
border-color: #BD954E;
}
.TagClassName
{
border-color: #BD954E;
}
</style>