Shades of Tussock #BD964F
Tints of Tussock #BD964F
RGB
CMYK
RGB Variations
Color information
#BD964F (or 0xBD964F) is known color: Tussock. HEX triplet: BD, 96 and 4F. RGB value is (189,150,79). Sum of RGB (Red+Green+Blue) = 189+150+79=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD964F is #4269B0. Grayscale: #999999. Windows color (decimal): -4352433 or 5215933. OLE color: 5215933.
HSL color Cylindrical-coordinate representation of color #BD964F: hue angle of 38.73º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD964F is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 79 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.26 |
| HSL | 38.73º | 0.45% | 0.53% | - |
| HSV(B) | 38.73º | 0.58% | 0.74% | - |
| XYZ | 33.3 | 33.2 | 12.05 | - |
| YUV | 153.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 79 | 0 | 0.21 | 0.58 | 0.26 | 38.73 | 0.45 | 0.53 |
| Hex | BD | 96 | 4F | 0 | 15 | 3A | 1A | 27 | 2D | 35 |
| Octal | 275 | 226 | 117 | 0 | 25 | 72 | 32 | 47 | 55 | 65 |
| Binary | 10111101 | 10010110 | 1001111 | 0 | 10101 | 111010 | 11010 | 100111 | 101101 | 110101 |
Color Harmonies of #BD964F
Complementary color
Monochromatic Colors of #BD964F
Black with #BD964F
Text Example
Text Example
White with #BD964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD964F; }
p { color: rgb(189,150,79); }
H1.HeaderClassName
{
color: #BD964F;
}
.AnyTagClassName
{
color: #BD964F;
}
</style>
background-color css
<style>
a { background-color: #BD964F; }
a { background-color: rgb(189,150,79); }
div.DivClassName
{
background-color: #BD964F;
}
.BgClassName
{
background-color: #BD964F;
}
</style>
border-color css
<style>
span { border-color: #BD964F; }
span { border-color: rgb(189,150,79); }
td.TdClassName
{
border-color: #BD964F;
}
.TagClassName
{
border-color: #BD964F;
}
</style>