Shades of Tussock #BF904E
Tints of Tussock #BF904E
RGB
CMYK
RGB Variations
Color information
#BF904E (or 0xBF904E) is known color: Tussock. HEX triplet: BF, 90 and 4E. RGB value is (191,144,78). Sum of RGB (Red+Green+Blue) = 191+144+78=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF904E is #406FB1. Grayscale: #969696. Windows color (decimal): -4222898 or 5148863. OLE color: 5148863.
HSL color Cylindrical-coordinate representation of color #BF904E: hue angle of 35.04º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF904E is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 78 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.25 |
| HSL | 35.04º | 0.47% | 0.53% | - |
| HSV(B) | 35.04º | 0.59% | 0.75% | - |
| XYZ | 32.83 | 31.57 | 11.57 | - |
| YUV | 150.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 78 | 0 | 0.25 | 0.59 | 0.25 | 35.04 | 0.47 | 0.53 |
| Hex | BF | 90 | 4E | 0 | 19 | 3B | 19 | 23 | 2F | 35 |
| Octal | 277 | 220 | 116 | 0 | 31 | 73 | 31 | 43 | 57 | 65 |
| Binary | 10111111 | 10010000 | 1001110 | 0 | 11001 | 111011 | 11001 | 100011 | 101111 | 110101 |
Color Harmonies of #BF904E
Complementary color
Monochromatic Colors of #BF904E
Black with #BF904E
Text Example
Text Example
White with #BF904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF904E; }
p { color: rgb(191,144,78); }
H1.HeaderClassName
{
color: #BF904E;
}
.AnyTagClassName
{
color: #BF904E;
}
</style>
background-color css
<style>
a { background-color: #BF904E; }
a { background-color: rgb(191,144,78); }
div.DivClassName
{
background-color: #BF904E;
}
.BgClassName
{
background-color: #BF904E;
}
</style>
border-color css
<style>
span { border-color: #BF904E; }
span { border-color: rgb(191,144,78); }
td.TdClassName
{
border-color: #BF904E;
}
.TagClassName
{
border-color: #BF904E;
}
</style>