Shades of Tussock #BF9C4E
Tints of Tussock #BF9C4E
RGB
CMYK
RGB Variations
Color information
#BF9C4E (or 0xBF9C4E) is known color: Tussock. HEX triplet: BF, 9C and 4E. RGB value is (191,156,78). Sum of RGB (Red+Green+Blue) = 191+156+78=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C4E is #4063B1. Grayscale: #9D9D9D. Windows color (decimal): -4219826 or 5151935. OLE color: 5151935.
HSL color Cylindrical-coordinate representation of color #BF9C4E: hue angle of 41.42º 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 #BF9C4E is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 78 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.25 |
| HSL | 41.42º | 0.47% | 0.53% | - |
| HSV(B) | 41.42º | 0.59% | 0.75% | - |
| XYZ | 34.75 | 35.4 | 12.21 | - |
| YUV | 157.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 78 | 0 | 0.18 | 0.59 | 0.25 | 41.42 | 0.47 | 0.53 |
| Hex | BF | 9C | 4E | 0 | 12 | 3B | 19 | 29 | 2F | 35 |
| Octal | 277 | 234 | 116 | 0 | 22 | 73 | 31 | 51 | 57 | 65 |
| Binary | 10111111 | 10011100 | 1001110 | 0 | 10010 | 111011 | 11001 | 101001 | 101111 | 110101 |
Color Harmonies of #BF9C4E
Complementary color
Monochromatic Colors of #BF9C4E
Black with #BF9C4E
Text Example
Text Example
White with #BF9C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C4E; }
p { color: rgb(191,156,78); }
H1.HeaderClassName
{
color: #BF9C4E;
}
.AnyTagClassName
{
color: #BF9C4E;
}
</style>
background-color css
<style>
a { background-color: #BF9C4E; }
a { background-color: rgb(191,156,78); }
div.DivClassName
{
background-color: #BF9C4E;
}
.BgClassName
{
background-color: #BF9C4E;
}
</style>
border-color css
<style>
span { border-color: #BF9C4E; }
span { border-color: rgb(191,156,78); }
td.TdClassName
{
border-color: #BF9C4E;
}
.TagClassName
{
border-color: #BF9C4E;
}
</style>