Shades of Tussock #BF894D
Tints of Tussock #BF894D
RGB
CMYK
RGB Variations
Color information
#BF894D (or 0xBF894D) is known color: Tussock. HEX triplet: BF, 89 and 4D. RGB value is (191,137,77). Sum of RGB (Red+Green+Blue) = 191+137+77=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF894D is #4076B2. Grayscale: #929292. Windows color (decimal): -4224691 or 5081535. OLE color: 5081535.
HSL color Cylindrical-coordinate representation of color #BF894D: hue angle of 31.58º 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 #BF894D is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 77 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.25 |
| HSL | 31.58º | 0.47% | 0.53% | - |
| HSV(B) | 31.58º | 0.6% | 0.75% | - |
| XYZ | 31.77 | 29.5 | 11.04 | - |
| YUV | 146.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 77 | 0 | 0.28 | 0.60 | 0.25 | 31.58 | 0.47 | 0.53 |
| Hex | BF | 89 | 4D | 0 | 1C | 3C | 19 | 20 | 2F | 35 |
| Octal | 277 | 211 | 115 | 0 | 34 | 74 | 31 | 40 | 57 | 65 |
| Binary | 10111111 | 10001001 | 1001101 | 0 | 11100 | 111100 | 11001 | 100000 | 101111 | 110101 |
Color Harmonies of #BF894D
Complementary color
Monochromatic Colors of #BF894D
Black with #BF894D
Text Example
Text Example
White with #BF894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF894D; }
p { color: rgb(191,137,77); }
H1.HeaderClassName
{
color: #BF894D;
}
.AnyTagClassName
{
color: #BF894D;
}
</style>
background-color css
<style>
a { background-color: #BF894D; }
a { background-color: rgb(191,137,77); }
div.DivClassName
{
background-color: #BF894D;
}
.BgClassName
{
background-color: #BF894D;
}
</style>
border-color css
<style>
span { border-color: #BF894D; }
span { border-color: rgb(191,137,77); }
td.TdClassName
{
border-color: #BF894D;
}
.TagClassName
{
border-color: #BF894D;
}
</style>