Shades of Tussock #B7884C
Tints of Tussock #B7884C
RGB
CMYK
RGB Variations
Color information
#B7884C (or 0xB7884C) is known color: Tussock. HEX triplet: B7, 88 and 4C. RGB value is (183,136,76). Sum of RGB (Red+Green+Blue) = 183+136+76=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7884C is #4877B3. Grayscale: #8F8F8F. Windows color (decimal): -4749236 or 5015735. OLE color: 5015735.
HSL color Cylindrical-coordinate representation of color #B7884C: hue angle of 33.64º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7884C is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 76 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.28 |
| HSL | 33.64º | 0.43% | 0.51% | - |
| HSV(B) | 33.64º | 0.58% | 0.72% | - |
| XYZ | 29.64 | 28.2 | 10.72 | - |
| YUV | 143.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 76 | 0 | 0.26 | 0.58 | 0.28 | 33.64 | 0.43 | 0.51 |
| Hex | B7 | 88 | 4C | 0 | 1A | 3A | 1C | 22 | 2B | 33 |
| Octal | 267 | 210 | 114 | 0 | 32 | 72 | 34 | 42 | 53 | 63 |
| Binary | 10110111 | 10001000 | 1001100 | 0 | 11010 | 111010 | 11100 | 100010 | 101011 | 110011 |
Color Harmonies of #B7884C
Complementary color
Monochromatic Colors of #B7884C
Black with #B7884C
Text Example
Text Example
White with #B7884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7884C; }
p { color: rgb(183,136,76); }
H1.HeaderClassName
{
color: #B7884C;
}
.AnyTagClassName
{
color: #B7884C;
}
</style>
background-color css
<style>
a { background-color: #B7884C; }
a { background-color: rgb(183,136,76); }
div.DivClassName
{
background-color: #B7884C;
}
.BgClassName
{
background-color: #B7884C;
}
</style>
border-color css
<style>
span { border-color: #B7884C; }
span { border-color: rgb(183,136,76); }
td.TdClassName
{
border-color: #B7884C;
}
.TagClassName
{
border-color: #B7884C;
}
</style>