Shades of Tussock #B4904C
Tints of Tussock #B4904C
RGB
CMYK
RGB Variations
Color information
#B4904C (or 0xB4904C) is known color: Tussock. HEX triplet: B4, 90 and 4C. RGB value is (180,144,76). Sum of RGB (Red+Green+Blue) = 180+144+76=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4904C is #4B6FB3. Grayscale: #939393. Windows color (decimal): -4943796 or 5017780. OLE color: 5017780.
HSL color Cylindrical-coordinate representation of color #B4904C: hue angle of 39.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4904C is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 76 | - |
| CMYK | 0 | 0.2 | 0.58 | 0.29 |
| HSL | 39.23º | 0.41% | 0.5% | - |
| HSV(B) | 39.23º | 0.58% | 0.71% | - |
| XYZ | 30.1 | 30.17 | 11.07 | - |
| YUV | 147.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 76 | 0 | 0.2 | 0.58 | 0.29 | 39.23 | 0.41 | 0.5 |
| Hex | B4 | 90 | 4C | 0 | 14 | 3A | 1D | 27 | 29 | 32 |
| Octal | 264 | 220 | 114 | 0 | 24 | 72 | 35 | 47 | 51 | 62 |
| Binary | 10110100 | 10010000 | 1001100 | 0 | 10100 | 111010 | 11101 | 100111 | 101001 | 110010 |
Color Harmonies of #B4904C
Complementary color
Monochromatic Colors of #B4904C
Black with #B4904C
Text Example
Text Example
White with #B4904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4904C; }
p { color: rgb(180,144,76); }
H1.HeaderClassName
{
color: #B4904C;
}
.AnyTagClassName
{
color: #B4904C;
}
</style>
background-color css
<style>
a { background-color: #B4904C; }
a { background-color: rgb(180,144,76); }
div.DivClassName
{
background-color: #B4904C;
}
.BgClassName
{
background-color: #B4904C;
}
</style>
border-color css
<style>
span { border-color: #B4904C; }
span { border-color: rgb(180,144,76); }
td.TdClassName
{
border-color: #B4904C;
}
.TagClassName
{
border-color: #B4904C;
}
</style>