Shades of Tussock #BF9145
Tints of Tussock #BF9145
RGB
CMYK
RGB Variations
Color information
#BF9145 (or 0xBF9145) is known color: Tussock. HEX triplet: BF, 91 and 45. RGB value is (191,145,69). Sum of RGB (Red+Green+Blue) = 191+145+69=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9145 is #406EBA. Grayscale: #969696. Windows color (decimal): -4222651 or 4559295. OLE color: 4559295.
HSL color Cylindrical-coordinate representation of color #BF9145: hue angle of 37.38º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF9145 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 69 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.25 |
| HSL | 37.38º | 0.49% | 0.51% | - |
| HSV(B) | 37.38º | 0.64% | 0.75% | - |
| XYZ | 32.69 | 31.76 | 10.04 | - |
| YUV | 150.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 69 | 0 | 0.24 | 0.64 | 0.25 | 37.38 | 0.49 | 0.51 |
| Hex | BF | 91 | 45 | 0 | 18 | 40 | 19 | 25 | 31 | 33 |
| Octal | 277 | 221 | 105 | 0 | 30 | 100 | 31 | 45 | 61 | 63 |
| Binary | 10111111 | 10010001 | 1000101 | 0 | 11000 | 1000000 | 11001 | 100101 | 110001 | 110011 |
Color Harmonies of #BF9145
Complementary color
Monochromatic Colors of #BF9145
Black with #BF9145
Text Example
Text Example
White with #BF9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9145; }
p { color: rgb(191,145,69); }
H1.HeaderClassName
{
color: #BF9145;
}
.AnyTagClassName
{
color: #BF9145;
}
</style>
background-color css
<style>
a { background-color: #BF9145; }
a { background-color: rgb(191,145,69); }
div.DivClassName
{
background-color: #BF9145;
}
.BgClassName
{
background-color: #BF9145;
}
</style>
border-color css
<style>
span { border-color: #BF9145; }
span { border-color: rgb(191,145,69); }
td.TdClassName
{
border-color: #BF9145;
}
.TagClassName
{
border-color: #BF9145;
}
</style>