Shades of Tussock #B7864D
Tints of Tussock #B7864D
RGB
CMYK
RGB Variations
Color information
#B7864D (or 0xB7864D) is known color: Tussock. HEX triplet: B7, 86 and 4D. RGB value is (183,134,77). Sum of RGB (Red+Green+Blue) = 183+134+77=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7864D is #4879B2. Grayscale: #8E8E8E. Windows color (decimal): -4749747 or 5080759. OLE color: 5080759.
HSL color Cylindrical-coordinate representation of color #B7864D: hue angle of 32.26º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7864D is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 77 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.28 |
| HSL | 32.26º | 0.42% | 0.51% | - |
| HSV(B) | 32.26º | 0.58% | 0.72% | - |
| XYZ | 29.39 | 27.65 | 10.81 | - |
| YUV | 142.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 77 | 0 | 0.27 | 0.58 | 0.28 | 32.26 | 0.42 | 0.51 |
| Hex | B7 | 86 | 4D | 0 | 1B | 3A | 1C | 20 | 2A | 33 |
| Octal | 267 | 206 | 115 | 0 | 33 | 72 | 34 | 40 | 52 | 63 |
| Binary | 10110111 | 10000110 | 1001101 | 0 | 11011 | 111010 | 11100 | 100000 | 101010 | 110011 |
Color Harmonies of #B7864D
Complementary color
Monochromatic Colors of #B7864D
Black with #B7864D
Text Example
Text Example
White with #B7864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7864D; }
p { color: rgb(183,134,77); }
H1.HeaderClassName
{
color: #B7864D;
}
.AnyTagClassName
{
color: #B7864D;
}
</style>
background-color css
<style>
a { background-color: #B7864D; }
a { background-color: rgb(183,134,77); }
div.DivClassName
{
background-color: #B7864D;
}
.BgClassName
{
background-color: #B7864D;
}
</style>
border-color css
<style>
span { border-color: #B7864D; }
span { border-color: rgb(183,134,77); }
td.TdClassName
{
border-color: #B7864D;
}
.TagClassName
{
border-color: #B7864D;
}
</style>