Shades of Tussock #B8954E
Tints of Tussock #B8954E
RGB
CMYK
RGB Variations
Color information
#B8954E (or 0xB8954E) is known color: Tussock. HEX triplet: B8, 95 and 4E. RGB value is (184,149,78). Sum of RGB (Red+Green+Blue) = 184+149+78=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8954E is #476AB1. Grayscale: #979797. Windows color (decimal): -4680370 or 5150136. OLE color: 5150136.
HSL color Cylindrical-coordinate representation of color #B8954E: hue angle of 40.19º degrees, saturation: 0.43, 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 #B8954E is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 78 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.28 |
| HSL | 40.19º | 0.43% | 0.51% | - |
| HSV(B) | 40.19º | 0.58% | 0.72% | - |
| XYZ | 31.89 | 32.24 | 11.75 | - |
| YUV | 151.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 78 | 0 | 0.19 | 0.58 | 0.28 | 40.19 | 0.43 | 0.51 |
| Hex | B8 | 95 | 4E | 0 | 13 | 3A | 1C | 28 | 2B | 33 |
| Octal | 270 | 225 | 116 | 0 | 23 | 72 | 34 | 50 | 53 | 63 |
| Binary | 10111000 | 10010101 | 1001110 | 0 | 10011 | 111010 | 11100 | 101000 | 101011 | 110011 |
Color Harmonies of #B8954E
Complementary color
Monochromatic Colors of #B8954E
Black with #B8954E
Text Example
Text Example
White with #B8954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8954E; }
p { color: rgb(184,149,78); }
H1.HeaderClassName
{
color: #B8954E;
}
.AnyTagClassName
{
color: #B8954E;
}
</style>
background-color css
<style>
a { background-color: #B8954E; }
a { background-color: rgb(184,149,78); }
div.DivClassName
{
background-color: #B8954E;
}
.BgClassName
{
background-color: #B8954E;
}
</style>
border-color css
<style>
span { border-color: #B8954E; }
span { border-color: rgb(184,149,78); }
td.TdClassName
{
border-color: #B8954E;
}
.TagClassName
{
border-color: #B8954E;
}
</style>