Shades of Tussock #BF8F4D
Tints of Tussock #BF8F4D
RGB
CMYK
RGB Variations
Color information
#BF8F4D (or 0xBF8F4D) is known color: Tussock. HEX triplet: BF, 8F and 4D. RGB value is (191,143,77). Sum of RGB (Red+Green+Blue) = 191+143+77=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F4D is #4070B2. Grayscale: #969696. Windows color (decimal): -4223155 or 5083071. OLE color: 5083071.
HSL color Cylindrical-coordinate representation of color #BF8F4D: hue angle of 34.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF8F4D is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 77 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.25 |
| HSL | 34.74º | 0.47% | 0.53% | - |
| HSV(B) | 34.74º | 0.6% | 0.75% | - |
| XYZ | 32.65 | 31.26 | 11.33 | - |
| YUV | 149.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 77 | 0 | 0.25 | 0.60 | 0.25 | 34.74 | 0.47 | 0.53 |
| Hex | BF | 8F | 4D | 0 | 19 | 3C | 19 | 23 | 2F | 35 |
| Octal | 277 | 217 | 115 | 0 | 31 | 74 | 31 | 43 | 57 | 65 |
| Binary | 10111111 | 10001111 | 1001101 | 0 | 11001 | 111100 | 11001 | 100011 | 101111 | 110101 |
Color Harmonies of #BF8F4D
Complementary color
Monochromatic Colors of #BF8F4D
Black with #BF8F4D
Text Example
Text Example
White with #BF8F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F4D; }
p { color: rgb(191,143,77); }
H1.HeaderClassName
{
color: #BF8F4D;
}
.AnyTagClassName
{
color: #BF8F4D;
}
</style>
background-color css
<style>
a { background-color: #BF8F4D; }
a { background-color: rgb(191,143,77); }
div.DivClassName
{
background-color: #BF8F4D;
}
.BgClassName
{
background-color: #BF8F4D;
}
</style>
border-color css
<style>
span { border-color: #BF8F4D; }
span { border-color: rgb(191,143,77); }
td.TdClassName
{
border-color: #BF8F4D;
}
.TagClassName
{
border-color: #BF8F4D;
}
</style>