Shades of Tussock #B89450
Tints of Tussock #B89450
RGB
CMYK
RGB Variations
Color information
#B89450 (or 0xB89450) is known color: Tussock. HEX triplet: B8, 94 and 50. RGB value is (184,148,80). Sum of RGB (Red+Green+Blue) = 184+148+80=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B89450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89450 is #476BAF. Grayscale: #979797. Windows color (decimal): -4680624 or 5280952. OLE color: 5280952.
HSL color Cylindrical-coordinate representation of color #B89450: hue angle of 39.23º degrees, saturation: 0.42, 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 #B89450 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 80 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.28 |
| HSL | 39.23º | 0.42% | 0.52% | - |
| HSV(B) | 39.23º | 0.57% | 0.72% | - |
| XYZ | 31.81 | 31.95 | 12.08 | - |
| YUV | 151.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 80 | 0 | 0.20 | 0.57 | 0.28 | 39.23 | 0.42 | 0.52 |
| Hex | B8 | 94 | 50 | 0 | 14 | 39 | 1C | 27 | 2A | 34 |
| Octal | 270 | 224 | 120 | 0 | 24 | 71 | 34 | 47 | 52 | 64 |
| Binary | 10111000 | 10010100 | 1010000 | 0 | 10100 | 111001 | 11100 | 100111 | 101010 | 110100 |
Color Harmonies of #B89450
Complementary color
Monochromatic Colors of #B89450
Black with #B89450
Text Example
Text Example
White with #B89450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89450; }
p { color: rgb(184,148,80); }
H1.HeaderClassName
{
color: #B89450;
}
.AnyTagClassName
{
color: #B89450;
}
</style>
background-color css
<style>
a { background-color: #B89450; }
a { background-color: rgb(184,148,80); }
div.DivClassName
{
background-color: #B89450;
}
.BgClassName
{
background-color: #B89450;
}
</style>
border-color css
<style>
span { border-color: #B89450; }
span { border-color: rgb(184,148,80); }
td.TdClassName
{
border-color: #B89450;
}
.TagClassName
{
border-color: #B89450;
}
</style>