Shades of Tussock #BF8C4D
Tints of Tussock #BF8C4D
RGB
CMYK
RGB Variations
Color information
#BF8C4D (or 0xBF8C4D) is known color: Tussock. HEX triplet: BF, 8C and 4D. RGB value is (191,140,77). Sum of RGB (Red+Green+Blue) = 191+140+77=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C4D is #4073B2. Grayscale: #949494. Windows color (decimal): -4223923 or 5082303. OLE color: 5082303.
HSL color Cylindrical-coordinate representation of color #BF8C4D: hue angle of 33.16º 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 #BF8C4D is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 77 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.25 |
| HSL | 33.16º | 0.47% | 0.53% | - |
| HSV(B) | 33.16º | 0.6% | 0.75% | - |
| XYZ | 32.2 | 30.37 | 11.19 | - |
| YUV | 148.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 77 | 0 | 0.27 | 0.60 | 0.25 | 33.16 | 0.47 | 0.53 |
| Hex | BF | 8C | 4D | 0 | 1B | 3C | 19 | 21 | 2F | 35 |
| Octal | 277 | 214 | 115 | 0 | 33 | 74 | 31 | 41 | 57 | 65 |
| Binary | 10111111 | 10001100 | 1001101 | 0 | 11011 | 111100 | 11001 | 100001 | 101111 | 110101 |
Color Harmonies of #BF8C4D
Complementary color
Monochromatic Colors of #BF8C4D
Black with #BF8C4D
Text Example
Text Example
White with #BF8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C4D; }
p { color: rgb(191,140,77); }
H1.HeaderClassName
{
color: #BF8C4D;
}
.AnyTagClassName
{
color: #BF8C4D;
}
</style>
background-color css
<style>
a { background-color: #BF8C4D; }
a { background-color: rgb(191,140,77); }
div.DivClassName
{
background-color: #BF8C4D;
}
.BgClassName
{
background-color: #BF8C4D;
}
</style>
border-color css
<style>
span { border-color: #BF8C4D; }
span { border-color: rgb(191,140,77); }
td.TdClassName
{
border-color: #BF8C4D;
}
.TagClassName
{
border-color: #BF8C4D;
}
</style>