Shades of Tussock #BF904C
Tints of Tussock #BF904C
RGB
CMYK
RGB Variations
Color information
#BF904C (or 0xBF904C) is known color: Tussock. HEX triplet: BF, 90 and 4C. RGB value is (191,144,76). Sum of RGB (Red+Green+Blue) = 191+144+76=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF904C is #406FB3. Grayscale: #969696. Windows color (decimal): -4222900 or 5017791. OLE color: 5017791.
HSL color Cylindrical-coordinate representation of color #BF904C: hue angle of 35.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF904C is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 76 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.25 |
| HSL | 35.48º | 0.47% | 0.52% | - |
| HSV(B) | 35.48º | 0.6% | 0.75% | - |
| XYZ | 32.76 | 31.54 | 11.2 | - |
| YUV | 150.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 76 | 0 | 0.25 | 0.60 | 0.25 | 35.48 | 0.47 | 0.52 |
| Hex | BF | 90 | 4C | 0 | 19 | 3C | 19 | 23 | 2F | 34 |
| Octal | 277 | 220 | 114 | 0 | 31 | 74 | 31 | 43 | 57 | 64 |
| Binary | 10111111 | 10010000 | 1001100 | 0 | 11001 | 111100 | 11001 | 100011 | 101111 | 110100 |
Color Harmonies of #BF904C
Complementary color
Monochromatic Colors of #BF904C
Black with #BF904C
Text Example
Text Example
White with #BF904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF904C; }
p { color: rgb(191,144,76); }
H1.HeaderClassName
{
color: #BF904C;
}
.AnyTagClassName
{
color: #BF904C;
}
</style>
background-color css
<style>
a { background-color: #BF904C; }
a { background-color: rgb(191,144,76); }
div.DivClassName
{
background-color: #BF904C;
}
.BgClassName
{
background-color: #BF904C;
}
</style>
border-color css
<style>
span { border-color: #BF904C; }
span { border-color: rgb(191,144,76); }
td.TdClassName
{
border-color: #BF904C;
}
.TagClassName
{
border-color: #BF904C;
}
</style>