Shades of Tussock #BF914D
Tints of Tussock #BF914D
RGB
CMYK
RGB Variations
Color information
#BF914D (or 0xBF914D) is known color: Tussock. HEX triplet: BF, 91 and 4D. RGB value is (191,145,77). Sum of RGB (Red+Green+Blue) = 191+145+77=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF914D is #406EB2. Grayscale: #979797. Windows color (decimal): -4222643 or 5083583. OLE color: 5083583.
HSL color Cylindrical-coordinate representation of color #BF914D: hue angle of 35.79º 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 #BF914D is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 77 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.25 |
| HSL | 35.79º | 0.47% | 0.53% | - |
| HSV(B) | 35.79º | 0.6% | 0.75% | - |
| XYZ | 32.95 | 31.86 | 11.43 | - |
| YUV | 151 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 77 | 0 | 0.24 | 0.60 | 0.25 | 35.79 | 0.47 | 0.53 |
| Hex | BF | 91 | 4D | 0 | 18 | 3C | 19 | 24 | 2F | 35 |
| Octal | 277 | 221 | 115 | 0 | 30 | 74 | 31 | 44 | 57 | 65 |
| Binary | 10111111 | 10010001 | 1001101 | 0 | 11000 | 111100 | 11001 | 100100 | 101111 | 110101 |
Color Harmonies of #BF914D
Complementary color
Monochromatic Colors of #BF914D
Black with #BF914D
Text Example
Text Example
White with #BF914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF914D; }
p { color: rgb(191,145,77); }
H1.HeaderClassName
{
color: #BF914D;
}
.AnyTagClassName
{
color: #BF914D;
}
</style>
background-color css
<style>
a { background-color: #BF914D; }
a { background-color: rgb(191,145,77); }
div.DivClassName
{
background-color: #BF914D;
}
.BgClassName
{
background-color: #BF914D;
}
</style>
border-color css
<style>
span { border-color: #BF914D; }
span { border-color: rgb(191,145,77); }
td.TdClassName
{
border-color: #BF914D;
}
.TagClassName
{
border-color: #BF914D;
}
</style>