Shades of Tussock #BF954D
Tints of Tussock #BF954D
RGB
CMYK
RGB Variations
Color information
#BF954D (or 0xBF954D) is known color: Tussock. HEX triplet: BF, 95 and 4D. RGB value is (191,149,77). Sum of RGB (Red+Green+Blue) = 191+149+77=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF954D is #406AB2. Grayscale: #999999. Windows color (decimal): -4221619 or 5084607. OLE color: 5084607.
HSL color Cylindrical-coordinate representation of color #BF954D: hue angle of 37.89º 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 #BF954D is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 77 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.25 |
| HSL | 37.89º | 0.47% | 0.53% | - |
| HSV(B) | 37.89º | 0.6% | 0.75% | - |
| XYZ | 33.57 | 33.11 | 11.64 | - |
| YUV | 153.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 77 | 0 | 0.22 | 0.60 | 0.25 | 37.89 | 0.47 | 0.53 |
| Hex | BF | 95 | 4D | 0 | 16 | 3C | 19 | 26 | 2F | 35 |
| Octal | 277 | 225 | 115 | 0 | 26 | 74 | 31 | 46 | 57 | 65 |
| Binary | 10111111 | 10010101 | 1001101 | 0 | 10110 | 111100 | 11001 | 100110 | 101111 | 110101 |
Color Harmonies of #BF954D
Complementary color
Monochromatic Colors of #BF954D
Black with #BF954D
Text Example
Text Example
White with #BF954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF954D; }
p { color: rgb(191,149,77); }
H1.HeaderClassName
{
color: #BF954D;
}
.AnyTagClassName
{
color: #BF954D;
}
</style>
background-color css
<style>
a { background-color: #BF954D; }
a { background-color: rgb(191,149,77); }
div.DivClassName
{
background-color: #BF954D;
}
.BgClassName
{
background-color: #BF954D;
}
</style>
border-color css
<style>
span { border-color: #BF954D; }
span { border-color: rgb(191,149,77); }
td.TdClassName
{
border-color: #BF954D;
}
.TagClassName
{
border-color: #BF954D;
}
</style>