Shades of Tussock #BF9144
Tints of Tussock #BF9144
RGB
CMYK
RGB Variations
Color information
#BF9144 (or 0xBF9144) is known color: Tussock. HEX triplet: BF, 91 and 44. RGB value is (191,145,68). Sum of RGB (Red+Green+Blue) = 191+145+68=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9144 is #406EBB. Grayscale: #969696. Windows color (decimal): -4222652 or 4493759. OLE color: 4493759.
HSL color Cylindrical-coordinate representation of color #BF9144: hue angle of 37.56º 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 #BF9144 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 68 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.25 |
| HSL | 37.56º | 0.49% | 0.51% | - |
| HSV(B) | 37.56º | 0.64% | 0.75% | - |
| XYZ | 32.65 | 31.74 | 9.88 | - |
| YUV | 149.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 68 | 0 | 0.24 | 0.64 | 0.25 | 37.56 | 0.49 | 0.51 |
| Hex | BF | 91 | 44 | 0 | 18 | 40 | 19 | 26 | 31 | 33 |
| Octal | 277 | 221 | 104 | 0 | 30 | 100 | 31 | 46 | 61 | 63 |
| Binary | 10111111 | 10010001 | 1000100 | 0 | 11000 | 1000000 | 11001 | 100110 | 110001 | 110011 |
Color Harmonies of #BF9144
Complementary color
Monochromatic Colors of #BF9144
Black with #BF9144
Text Example
Text Example
White with #BF9144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9144; }
p { color: rgb(191,145,68); }
H1.HeaderClassName
{
color: #BF9144;
}
.AnyTagClassName
{
color: #BF9144;
}
</style>
background-color css
<style>
a { background-color: #BF9144; }
a { background-color: rgb(191,145,68); }
div.DivClassName
{
background-color: #BF9144;
}
.BgClassName
{
background-color: #BF9144;
}
</style>
border-color css
<style>
span { border-color: #BF9144; }
span { border-color: rgb(191,145,68); }
td.TdClassName
{
border-color: #BF9144;
}
.TagClassName
{
border-color: #BF9144;
}
</style>