Shades of Tussock #B89048
Tints of Tussock #B89048
RGB
CMYK
RGB Variations
Color information
#B89048 (or 0xB89048) is known color: Tussock. HEX triplet: B8, 90 and 48. RGB value is (184,144,72). Sum of RGB (Red+Green+Blue) = 184+144+72=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B89048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89048 is #476FB7. Grayscale: #949494. Windows color (decimal): -4681656 or 4755640. OLE color: 4755640.
HSL color Cylindrical-coordinate representation of color #B89048: hue angle of 38.57º 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 #B89048 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 72 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.28 |
| HSL | 38.57º | 0.44% | 0.5% | - |
| HSV(B) | 38.57º | 0.61% | 0.72% | - |
| XYZ | 30.91 | 30.6 | 10.41 | - |
| YUV | 147.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 72 | 0 | 0.22 | 0.61 | 0.28 | 38.57 | 0.44 | 0.5 |
| Hex | B8 | 90 | 48 | 0 | 16 | 3D | 1C | 27 | 2C | 32 |
| Octal | 270 | 220 | 110 | 0 | 26 | 75 | 34 | 47 | 54 | 62 |
| Binary | 10111000 | 10010000 | 1001000 | 0 | 10110 | 111101 | 11100 | 100111 | 101100 | 110010 |
Color Harmonies of #B89048
Complementary color
Monochromatic Colors of #B89048
Black with #B89048
Text Example
Text Example
White with #B89048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89048; }
p { color: rgb(184,144,72); }
H1.HeaderClassName
{
color: #B89048;
}
.AnyTagClassName
{
color: #B89048;
}
</style>
background-color css
<style>
a { background-color: #B89048; }
a { background-color: rgb(184,144,72); }
div.DivClassName
{
background-color: #B89048;
}
.BgClassName
{
background-color: #B89048;
}
</style>
border-color css
<style>
span { border-color: #B89048; }
span { border-color: rgb(184,144,72); }
td.TdClassName
{
border-color: #B89048;
}
.TagClassName
{
border-color: #B89048;
}
</style>