Shades of Tussock #B8894B
Tints of Tussock #B8894B
RGB
CMYK
RGB Variations
Color information
#B8894B (or 0xB8894B) is known color: Tussock. HEX triplet: B8, 89 and 4B. RGB value is (184,137,75). Sum of RGB (Red+Green+Blue) = 184+137+75=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8894B is #4776B4. Grayscale: #909090. Windows color (decimal): -4683445 or 4950456. OLE color: 4950456.
HSL color Cylindrical-coordinate representation of color #B8894B: hue angle of 34.13º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8894B is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 75 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.28 |
| HSL | 34.13º | 0.43% | 0.51% | - |
| HSV(B) | 34.13º | 0.59% | 0.72% | - |
| XYZ | 29.98 | 28.59 | 10.59 | - |
| YUV | 143.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 75 | 0 | 0.26 | 0.59 | 0.28 | 34.13 | 0.43 | 0.51 |
| Hex | B8 | 89 | 4B | 0 | 1A | 3B | 1C | 22 | 2B | 33 |
| Octal | 270 | 211 | 113 | 0 | 32 | 73 | 34 | 42 | 53 | 63 |
| Binary | 10111000 | 10001001 | 1001011 | 0 | 11010 | 111011 | 11100 | 100010 | 101011 | 110011 |
Color Harmonies of #B8894B
Complementary color
Monochromatic Colors of #B8894B
Black with #B8894B
Text Example
Text Example
White with #B8894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8894B; }
p { color: rgb(184,137,75); }
H1.HeaderClassName
{
color: #B8894B;
}
.AnyTagClassName
{
color: #B8894B;
}
</style>
background-color css
<style>
a { background-color: #B8894B; }
a { background-color: rgb(184,137,75); }
div.DivClassName
{
background-color: #B8894B;
}
.BgClassName
{
background-color: #B8894B;
}
</style>
border-color css
<style>
span { border-color: #B8894B; }
span { border-color: rgb(184,137,75); }
td.TdClassName
{
border-color: #B8894B;
}
.TagClassName
{
border-color: #B8894B;
}
</style>