Shades of Tussock #B78E48
Tints of Tussock #B78E48
RGB
CMYK
RGB Variations
Color information
#B78E48 (or 0xB78E48) is known color: Tussock. HEX triplet: B7, 8E and 48. RGB value is (183,142,72). Sum of RGB (Red+Green+Blue) = 183+142+72=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78E48 is #4871B7. Grayscale: #929292. Windows color (decimal): -4747704 or 4755127. OLE color: 4755127.
HSL color Cylindrical-coordinate representation of color #B78E48: hue angle of 37.84º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B78E48 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 72 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.28 |
| HSL | 37.84º | 0.44% | 0.5% | - |
| HSV(B) | 37.84º | 0.61% | 0.72% | - |
| XYZ | 30.37 | 29.88 | 10.3 | - |
| YUV | 146.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 72 | 0 | 0.22 | 0.61 | 0.28 | 37.84 | 0.44 | 0.5 |
| Hex | B7 | 8E | 48 | 0 | 16 | 3D | 1C | 26 | 2C | 32 |
| Octal | 267 | 216 | 110 | 0 | 26 | 75 | 34 | 46 | 54 | 62 |
| Binary | 10110111 | 10001110 | 1001000 | 0 | 10110 | 111101 | 11100 | 100110 | 101100 | 110010 |
Color Harmonies of #B78E48
Complementary color
Monochromatic Colors of #B78E48
Black with #B78E48
Text Example
Text Example
White with #B78E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78E48; }
p { color: rgb(183,142,72); }
H1.HeaderClassName
{
color: #B78E48;
}
.AnyTagClassName
{
color: #B78E48;
}
</style>
background-color css
<style>
a { background-color: #B78E48; }
a { background-color: rgb(183,142,72); }
div.DivClassName
{
background-color: #B78E48;
}
.BgClassName
{
background-color: #B78E48;
}
</style>
border-color css
<style>
span { border-color: #B78E48; }
span { border-color: rgb(183,142,72); }
td.TdClassName
{
border-color: #B78E48;
}
.TagClassName
{
border-color: #B78E48;
}
</style>