Shades of Tussock #BF914C
Tints of Tussock #BF914C
RGB
CMYK
RGB Variations
Color information
#BF914C (or 0xBF914C) is known color: Tussock. HEX triplet: BF, 91 and 4C. RGB value is (191,145,76). Sum of RGB (Red+Green+Blue) = 191+145+76=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF914C is #406EB3. Grayscale: #979797. Windows color (decimal): -4222644 or 5018047. OLE color: 5018047.
HSL color Cylindrical-coordinate representation of color #BF914C: hue angle of 36º 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 #BF914C is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 76 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.25 |
| HSL | 36º | 0.47% | 0.52% | - |
| HSV(B) | 36º | 0.6% | 0.75% | - |
| XYZ | 32.92 | 31.85 | 11.25 | - |
| YUV | 150.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 76 | 0 | 0.24 | 0.60 | 0.25 | 36 | 0.47 | 0.52 |
| Hex | BF | 91 | 4C | 0 | 18 | 3C | 19 | 24 | 2F | 34 |
| Octal | 277 | 221 | 114 | 0 | 30 | 74 | 31 | 44 | 57 | 64 |
| Binary | 10111111 | 10010001 | 1001100 | 0 | 11000 | 111100 | 11001 | 100100 | 101111 | 110100 |
Color Harmonies of #BF914C
Complementary color
Monochromatic Colors of #BF914C
Black with #BF914C
Text Example
Text Example
White with #BF914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF914C; }
p { color: rgb(191,145,76); }
H1.HeaderClassName
{
color: #BF914C;
}
.AnyTagClassName
{
color: #BF914C;
}
</style>
background-color css
<style>
a { background-color: #BF914C; }
a { background-color: rgb(191,145,76); }
div.DivClassName
{
background-color: #BF914C;
}
.BgClassName
{
background-color: #BF914C;
}
</style>
border-color css
<style>
span { border-color: #BF914C; }
span { border-color: rgb(191,145,76); }
td.TdClassName
{
border-color: #BF914C;
}
.TagClassName
{
border-color: #BF914C;
}
</style>