Shades of Tussock #BF8C48
Tints of Tussock #BF8C48
RGB
CMYK
RGB Variations
Color information
#BF8C48 (or 0xBF8C48) is known color: Tussock. HEX triplet: BF, 8C and 48. RGB value is (191,140,72). Sum of RGB (Red+Green+Blue) = 191+140+72=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C48 is #4073B7. Grayscale: #939393. Windows color (decimal): -4223928 or 4754623. OLE color: 4754623.
HSL color Cylindrical-coordinate representation of color #BF8C48: hue angle of 34.29º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF8C48 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 72 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.25 |
| HSL | 34.29º | 0.48% | 0.52% | - |
| HSV(B) | 34.29º | 0.62% | 0.75% | - |
| XYZ | 32.03 | 30.3 | 10.29 | - |
| YUV | 147.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 72 | 0 | 0.27 | 0.62 | 0.25 | 34.29 | 0.48 | 0.52 |
| Hex | BF | 8C | 48 | 0 | 1B | 3E | 19 | 22 | 30 | 34 |
| Octal | 277 | 214 | 110 | 0 | 33 | 76 | 31 | 42 | 60 | 64 |
| Binary | 10111111 | 10001100 | 1001000 | 0 | 11011 | 111110 | 11001 | 100010 | 110000 | 110100 |
Color Harmonies of #BF8C48
Complementary color
Monochromatic Colors of #BF8C48
Black with #BF8C48
Text Example
Text Example
White with #BF8C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C48; }
p { color: rgb(191,140,72); }
H1.HeaderClassName
{
color: #BF8C48;
}
.AnyTagClassName
{
color: #BF8C48;
}
</style>
background-color css
<style>
a { background-color: #BF8C48; }
a { background-color: rgb(191,140,72); }
div.DivClassName
{
background-color: #BF8C48;
}
.BgClassName
{
background-color: #BF8C48;
}
</style>
border-color css
<style>
span { border-color: #BF8C48; }
span { border-color: rgb(191,140,72); }
td.TdClassName
{
border-color: #BF8C48;
}
.TagClassName
{
border-color: #BF8C48;
}
</style>