Shades of Tussock #BF964E
Tints of Tussock #BF964E
RGB
CMYK
RGB Variations
Color information
#BF964E (or 0xBF964E) is known color: Tussock. HEX triplet: BF, 96 and 4E. RGB value is (191,150,78). Sum of RGB (Red+Green+Blue) = 191+150+78=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF964E is #4069B1. Grayscale: #9A9A9A. Windows color (decimal): -4221362 or 5150399. OLE color: 5150399.
HSL color Cylindrical-coordinate representation of color #BF964E: hue angle of 38.23º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF964E is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 150 | 78 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.25 |
| HSL | 38.23º | 0.47% | 0.53% | - |
| HSV(B) | 38.23º | 0.59% | 0.75% | - |
| XYZ | 33.77 | 33.44 | 11.88 | - |
| YUV | 154.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 78 | 0 | 0.21 | 0.59 | 0.25 | 38.23 | 0.47 | 0.53 |
| Hex | BF | 96 | 4E | 0 | 15 | 3B | 19 | 26 | 2F | 35 |
| Octal | 277 | 226 | 116 | 0 | 25 | 73 | 31 | 46 | 57 | 65 |
| Binary | 10111111 | 10010110 | 1001110 | 0 | 10101 | 111011 | 11001 | 100110 | 101111 | 110101 |
Color Harmonies of #BF964E
Complementary color
Monochromatic Colors of #BF964E
Black with #BF964E
Text Example
Text Example
White with #BF964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF964E; }
p { color: rgb(191,150,78); }
H1.HeaderClassName
{
color: #BF964E;
}
.AnyTagClassName
{
color: #BF964E;
}
</style>
background-color css
<style>
a { background-color: #BF964E; }
a { background-color: rgb(191,150,78); }
div.DivClassName
{
background-color: #BF964E;
}
.BgClassName
{
background-color: #BF964E;
}
</style>
border-color css
<style>
span { border-color: #BF964E; }
span { border-color: rgb(191,150,78); }
td.TdClassName
{
border-color: #BF964E;
}
.TagClassName
{
border-color: #BF964E;
}
</style>