Shades of Tussock #BF874D
Tints of Tussock #BF874D
RGB
CMYK
RGB Variations
Color information
#BF874D (or 0xBF874D) is known color: Tussock. HEX triplet: BF, 87 and 4D. RGB value is (191,135,77). Sum of RGB (Red+Green+Blue) = 191+135+77=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF874D is #4078B2. Grayscale: #919191. Windows color (decimal): -4225203 or 5081023. OLE color: 5081023.
HSL color Cylindrical-coordinate representation of color #BF874D: hue angle of 30.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF874D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 77 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.25 |
| HSL | 30.53º | 0.47% | 0.53% | - |
| HSV(B) | 30.53º | 0.6% | 0.75% | - |
| XYZ | 31.49 | 28.94 | 10.95 | - |
| YUV | 145.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 77 | 0 | 0.29 | 0.60 | 0.25 | 30.53 | 0.47 | 0.53 |
| Hex | BF | 87 | 4D | 0 | 1D | 3C | 19 | 1F | 2F | 35 |
| Octal | 277 | 207 | 115 | 0 | 35 | 74 | 31 | 37 | 57 | 65 |
| Binary | 10111111 | 10000111 | 1001101 | 0 | 11101 | 111100 | 11001 | 11111 | 101111 | 110101 |
Color Harmonies of #BF874D
Complementary color
Monochromatic Colors of #BF874D
Black with #BF874D
Text Example
Text Example
White with #BF874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF874D; }
p { color: rgb(191,135,77); }
H1.HeaderClassName
{
color: #BF874D;
}
.AnyTagClassName
{
color: #BF874D;
}
</style>
background-color css
<style>
a { background-color: #BF874D; }
a { background-color: rgb(191,135,77); }
div.DivClassName
{
background-color: #BF874D;
}
.BgClassName
{
background-color: #BF874D;
}
</style>
border-color css
<style>
span { border-color: #BF874D; }
span { border-color: rgb(191,135,77); }
td.TdClassName
{
border-color: #BF874D;
}
.TagClassName
{
border-color: #BF874D;
}
</style>