Shades of Tussock #B8944C
Tints of Tussock #B8944C
RGB
CMYK
RGB Variations
Color information
#B8944C (or 0xB8944C) is known color: Tussock. HEX triplet: B8, 94 and 4C. RGB value is (184,148,76). Sum of RGB (Red+Green+Blue) = 184+148+76=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8944C is #476BB3. Grayscale: #969696. Windows color (decimal): -4680628 or 5018808. OLE color: 5018808.
HSL color Cylindrical-coordinate representation of color #B8944C: hue angle of 40º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8944C is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 76 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.28 |
| HSL | 40º | 0.43% | 0.51% | - |
| HSV(B) | 40º | 0.59% | 0.72% | - |
| XYZ | 31.66 | 31.89 | 11.32 | - |
| YUV | 150.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 76 | 0 | 0.20 | 0.59 | 0.28 | 40 | 0.43 | 0.51 |
| Hex | B8 | 94 | 4C | 0 | 14 | 3B | 1C | 28 | 2B | 33 |
| Octal | 270 | 224 | 114 | 0 | 24 | 73 | 34 | 50 | 53 | 63 |
| Binary | 10111000 | 10010100 | 1001100 | 0 | 10100 | 111011 | 11100 | 101000 | 101011 | 110011 |
Color Harmonies of #B8944C
Complementary color
Monochromatic Colors of #B8944C
Black with #B8944C
Text Example
Text Example
White with #B8944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8944C; }
p { color: rgb(184,148,76); }
H1.HeaderClassName
{
color: #B8944C;
}
.AnyTagClassName
{
color: #B8944C;
}
</style>
background-color css
<style>
a { background-color: #B8944C; }
a { background-color: rgb(184,148,76); }
div.DivClassName
{
background-color: #B8944C;
}
.BgClassName
{
background-color: #B8944C;
}
</style>
border-color css
<style>
span { border-color: #B8944C; }
span { border-color: rgb(184,148,76); }
td.TdClassName
{
border-color: #B8944C;
}
.TagClassName
{
border-color: #B8944C;
}
</style>