Shades of Tussock #B78B48
Tints of Tussock #B78B48
RGB
CMYK
RGB Variations
Color information
#B78B48 (or 0xB78B48) is known color: Tussock. HEX triplet: B7, 8B and 48. RGB value is (183,139,72). Sum of RGB (Red+Green+Blue) = 183+139+72=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78B48 is #4874B7. Grayscale: #909090. Windows color (decimal): -4748472 or 4754359. OLE color: 4754359.
HSL color Cylindrical-coordinate representation of color #B78B48: hue angle of 36.22º 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 #B78B48 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 72 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.28 |
| HSL | 36.22º | 0.44% | 0.5% | - |
| HSV(B) | 36.22º | 0.61% | 0.72% | - |
| XYZ | 29.93 | 29 | 10.15 | - |
| YUV | 144.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 72 | 0 | 0.24 | 0.61 | 0.28 | 36.22 | 0.44 | 0.5 |
| Hex | B7 | 8B | 48 | 0 | 18 | 3D | 1C | 24 | 2C | 32 |
| Octal | 267 | 213 | 110 | 0 | 30 | 75 | 34 | 44 | 54 | 62 |
| Binary | 10110111 | 10001011 | 1001000 | 0 | 11000 | 111101 | 11100 | 100100 | 101100 | 110010 |
Color Harmonies of #B78B48
Complementary color
Monochromatic Colors of #B78B48
Black with #B78B48
Text Example
Text Example
White with #B78B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78B48; }
p { color: rgb(183,139,72); }
H1.HeaderClassName
{
color: #B78B48;
}
.AnyTagClassName
{
color: #B78B48;
}
</style>
background-color css
<style>
a { background-color: #B78B48; }
a { background-color: rgb(183,139,72); }
div.DivClassName
{
background-color: #B78B48;
}
.BgClassName
{
background-color: #B78B48;
}
</style>
border-color css
<style>
span { border-color: #B78B48; }
span { border-color: rgb(183,139,72); }
td.TdClassName
{
border-color: #B78B48;
}
.TagClassName
{
border-color: #B78B48;
}
</style>