Shades of Tussock #B8904F
Tints of Tussock #B8904F
RGB
CMYK
RGB Variations
Color information
#B8904F (or 0xB8904F) is known color: Tussock. HEX triplet: B8, 90 and 4F. RGB value is (184,144,79). Sum of RGB (Red+Green+Blue) = 184+144+79=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8904F is #476FB0. Grayscale: #949494. Windows color (decimal): -4681649 or 5214392. OLE color: 5214392.
HSL color Cylindrical-coordinate representation of color #B8904F: hue angle of 37.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8904F is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 79 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.28 |
| HSL | 37.14º | 0.43% | 0.52% | - |
| HSV(B) | 37.14º | 0.57% | 0.72% | - |
| XYZ | 31.15 | 30.7 | 11.68 | - |
| YUV | 148.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 79 | 0 | 0.22 | 0.57 | 0.28 | 37.14 | 0.43 | 0.52 |
| Hex | B8 | 90 | 4F | 0 | 16 | 39 | 1C | 25 | 2B | 34 |
| Octal | 270 | 220 | 117 | 0 | 26 | 71 | 34 | 45 | 53 | 64 |
| Binary | 10111000 | 10010000 | 1001111 | 0 | 10110 | 111001 | 11100 | 100101 | 101011 | 110100 |
Color Harmonies of #B8904F
Complementary color
Monochromatic Colors of #B8904F
Black with #B8904F
Text Example
Text Example
White with #B8904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8904F; }
p { color: rgb(184,144,79); }
H1.HeaderClassName
{
color: #B8904F;
}
.AnyTagClassName
{
color: #B8904F;
}
</style>
background-color css
<style>
a { background-color: #B8904F; }
a { background-color: rgb(184,144,79); }
div.DivClassName
{
background-color: #B8904F;
}
.BgClassName
{
background-color: #B8904F;
}
</style>
border-color css
<style>
span { border-color: #B8904F; }
span { border-color: rgb(184,144,79); }
td.TdClassName
{
border-color: #B8904F;
}
.TagClassName
{
border-color: #B8904F;
}
</style>