Shades of Tussock #B78B51
Tints of Tussock #B78B51
RGB
CMYK
RGB Variations
Color information
#B78B51 (or 0xB78B51) is known color: Tussock. HEX triplet: B7, 8B and 51. RGB value is (183,139,81). Sum of RGB (Red+Green+Blue) = 183+139+81=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78B51 is #4874AE. Grayscale: #919191. Windows color (decimal): -4748463 or 5344183. OLE color: 5344183.
HSL color Cylindrical-coordinate representation of color #B78B51: hue angle of 34.12º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B78B51 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 81 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.28 |
| HSL | 34.12º | 0.41% | 0.52% | - |
| HSV(B) | 34.12º | 0.56% | 0.72% | - |
| XYZ | 30.25 | 29.13 | 11.81 | - |
| YUV | 145.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 81 | 0 | 0.24 | 0.56 | 0.28 | 34.12 | 0.41 | 0.52 |
| Hex | B7 | 8B | 51 | 0 | 18 | 38 | 1C | 22 | 29 | 34 |
| Octal | 267 | 213 | 121 | 0 | 30 | 70 | 34 | 42 | 51 | 64 |
| Binary | 10110111 | 10001011 | 1010001 | 0 | 11000 | 111000 | 11100 | 100010 | 101001 | 110100 |
Color Harmonies of #B78B51
Complementary color
Monochromatic Colors of #B78B51
Black with #B78B51
Text Example
Text Example
White with #B78B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78B51; }
p { color: rgb(183,139,81); }
H1.HeaderClassName
{
color: #B78B51;
}
.AnyTagClassName
{
color: #B78B51;
}
</style>
background-color css
<style>
a { background-color: #B78B51; }
a { background-color: rgb(183,139,81); }
div.DivClassName
{
background-color: #B78B51;
}
.BgClassName
{
background-color: #B78B51;
}
</style>
border-color css
<style>
span { border-color: #B78B51; }
span { border-color: rgb(183,139,81); }
td.TdClassName
{
border-color: #B78B51;
}
.TagClassName
{
border-color: #B78B51;
}
</style>