Shades of Tussock #BD954D
Tints of Tussock #BD954D
RGB
CMYK
RGB Variations
Color information
#BD954D (or 0xBD954D) is known color: Tussock. HEX triplet: BD, 95 and 4D. RGB value is (189,149,77). Sum of RGB (Red+Green+Blue) = 189+149+77=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD954D is #426AB2. Grayscale: #999999. Windows color (decimal): -4352691 or 5084605. OLE color: 5084605.
HSL color Cylindrical-coordinate representation of color #BD954D: hue angle of 38.57º 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 #BD954D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 77 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.26 |
| HSL | 38.57º | 0.46% | 0.52% | - |
| HSV(B) | 38.57º | 0.59% | 0.74% | - |
| XYZ | 33.07 | 32.85 | 11.62 | - |
| YUV | 152.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 77 | 0 | 0.21 | 0.59 | 0.26 | 38.57 | 0.46 | 0.52 |
| Hex | BD | 95 | 4D | 0 | 15 | 3B | 1A | 27 | 2E | 34 |
| Octal | 275 | 225 | 115 | 0 | 25 | 73 | 32 | 47 | 56 | 64 |
| Binary | 10111101 | 10010101 | 1001101 | 0 | 10101 | 111011 | 11010 | 100111 | 101110 | 110100 |
Color Harmonies of #BD954D
Complementary color
Monochromatic Colors of #BD954D
Black with #BD954D
Text Example
Text Example
White with #BD954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD954D; }
p { color: rgb(189,149,77); }
H1.HeaderClassName
{
color: #BD954D;
}
.AnyTagClassName
{
color: #BD954D;
}
</style>
background-color css
<style>
a { background-color: #BD954D; }
a { background-color: rgb(189,149,77); }
div.DivClassName
{
background-color: #BD954D;
}
.BgClassName
{
background-color: #BD954D;
}
</style>
border-color css
<style>
span { border-color: #BD954D; }
span { border-color: rgb(189,149,77); }
td.TdClassName
{
border-color: #BD954D;
}
.TagClassName
{
border-color: #BD954D;
}
</style>