Shades of Tussock #B89147
Tints of Tussock #B89147
RGB
CMYK
RGB Variations
Color information
#B89147 (or 0xB89147) is known color: Tussock. HEX triplet: B8, 91 and 47. RGB value is (184,145,71). Sum of RGB (Red+Green+Blue) = 184+145+71=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B89147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89147 is #476EB8. Grayscale: #949494. Windows color (decimal): -4681401 or 4690360. OLE color: 4690360.
HSL color Cylindrical-coordinate representation of color #B89147: hue angle of 39.29º 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 #B89147 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 71 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.28 |
| HSL | 39.29º | 0.44% | 0.5% | - |
| HSV(B) | 39.29º | 0.61% | 0.72% | - |
| XYZ | 31.03 | 30.9 | 10.29 | - |
| YUV | 148.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 71 | 0 | 0.21 | 0.61 | 0.28 | 39.29 | 0.44 | 0.5 |
| Hex | B8 | 91 | 47 | 0 | 15 | 3D | 1C | 27 | 2C | 32 |
| Octal | 270 | 221 | 107 | 0 | 25 | 75 | 34 | 47 | 54 | 62 |
| Binary | 10111000 | 10010001 | 1000111 | 0 | 10101 | 111101 | 11100 | 100111 | 101100 | 110010 |
Color Harmonies of #B89147
Complementary color
Monochromatic Colors of #B89147
Black with #B89147
Text Example
Text Example
White with #B89147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89147; }
p { color: rgb(184,145,71); }
H1.HeaderClassName
{
color: #B89147;
}
.AnyTagClassName
{
color: #B89147;
}
</style>
background-color css
<style>
a { background-color: #B89147; }
a { background-color: rgb(184,145,71); }
div.DivClassName
{
background-color: #B89147;
}
.BgClassName
{
background-color: #B89147;
}
</style>
border-color css
<style>
span { border-color: #B89147; }
span { border-color: rgb(184,145,71); }
td.TdClassName
{
border-color: #B89147;
}
.TagClassName
{
border-color: #B89147;
}
</style>