Shades of Tussock #B48D4C
Tints of Tussock #B48D4C
RGB
CMYK
RGB Variations
Color information
#B48D4C (or 0xB48D4C) is known color: Tussock. HEX triplet: B4, 8D and 4C. RGB value is (180,141,76). Sum of RGB (Red+Green+Blue) = 180+141+76=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D4C is #4B72B3. Grayscale: #919191. Windows color (decimal): -4944564 or 5017012. OLE color: 5017012.
HSL color Cylindrical-coordinate representation of color #B48D4C: hue angle of 37.5º 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 #B48D4C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 76 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.29 |
| HSL | 37.5º | 0.41% | 0.5% | - |
| HSV(B) | 37.5º | 0.58% | 0.71% | - |
| XYZ | 29.65 | 29.27 | 10.93 | - |
| YUV | 145.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 76 | 0 | 0.22 | 0.58 | 0.29 | 37.5 | 0.41 | 0.5 |
| Hex | B4 | 8D | 4C | 0 | 16 | 3A | 1D | 26 | 29 | 32 |
| Octal | 264 | 215 | 114 | 0 | 26 | 72 | 35 | 46 | 51 | 62 |
| Binary | 10110100 | 10001101 | 1001100 | 0 | 10110 | 111010 | 11101 | 100110 | 101001 | 110010 |
Color Harmonies of #B48D4C
Complementary color
Monochromatic Colors of #B48D4C
Black with #B48D4C
Text Example
Text Example
White with #B48D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D4C; }
p { color: rgb(180,141,76); }
H1.HeaderClassName
{
color: #B48D4C;
}
.AnyTagClassName
{
color: #B48D4C;
}
</style>
background-color css
<style>
a { background-color: #B48D4C; }
a { background-color: rgb(180,141,76); }
div.DivClassName
{
background-color: #B48D4C;
}
.BgClassName
{
background-color: #B48D4C;
}
</style>
border-color css
<style>
span { border-color: #B48D4C; }
span { border-color: rgb(180,141,76); }
td.TdClassName
{
border-color: #B48D4C;
}
.TagClassName
{
border-color: #B48D4C;
}
</style>