Shades of Tussock #B88B48
Tints of Tussock #B88B48
RGB
CMYK
RGB Variations
Color information
#B88B48 (or 0xB88B48) is known color: Tussock. HEX triplet: B8, 8B and 48. RGB value is (184,139,72). Sum of RGB (Red+Green+Blue) = 184+139+72=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88B48 is #4774B7. Grayscale: #919191. Windows color (decimal): -4682936 or 4754360. OLE color: 4754360.
HSL color Cylindrical-coordinate representation of color #B88B48: hue angle of 35.89º 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 #B88B48 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 72 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.28 |
| HSL | 35.89º | 0.44% | 0.5% | - |
| HSV(B) | 35.89º | 0.61% | 0.72% | - |
| XYZ | 30.17 | 29.12 | 10.16 | - |
| YUV | 144.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 72 | 0 | 0.24 | 0.61 | 0.28 | 35.89 | 0.44 | 0.5 |
| Hex | B8 | 8B | 48 | 0 | 18 | 3D | 1C | 24 | 2C | 32 |
| Octal | 270 | 213 | 110 | 0 | 30 | 75 | 34 | 44 | 54 | 62 |
| Binary | 10111000 | 10001011 | 1001000 | 0 | 11000 | 111101 | 11100 | 100100 | 101100 | 110010 |
Color Harmonies of #B88B48
Complementary color
Monochromatic Colors of #B88B48
Black with #B88B48
Text Example
Text Example
White with #B88B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B48; }
p { color: rgb(184,139,72); }
H1.HeaderClassName
{
color: #B88B48;
}
.AnyTagClassName
{
color: #B88B48;
}
</style>
background-color css
<style>
a { background-color: #B88B48; }
a { background-color: rgb(184,139,72); }
div.DivClassName
{
background-color: #B88B48;
}
.BgClassName
{
background-color: #B88B48;
}
</style>
border-color css
<style>
span { border-color: #B88B48; }
span { border-color: rgb(184,139,72); }
td.TdClassName
{
border-color: #B88B48;
}
.TagClassName
{
border-color: #B88B48;
}
</style>