Shades of Tussock #B8934D
Tints of Tussock #B8934D
RGB
CMYK
RGB Variations
Color information
#B8934D (or 0xB8934D) is known color: Tussock. HEX triplet: B8, 93 and 4D. RGB value is (184,147,77). Sum of RGB (Red+Green+Blue) = 184+147+77=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8934D is #476CB2. Grayscale: #969696. Windows color (decimal): -4680883 or 5084088. OLE color: 5084088.
HSL color Cylindrical-coordinate representation of color #B8934D: hue angle of 39.25º 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 #B8934D is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 77 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.28 |
| HSL | 39.25º | 0.43% | 0.51% | - |
| HSV(B) | 39.25º | 0.58% | 0.72% | - |
| XYZ | 31.54 | 31.59 | 11.46 | - |
| YUV | 150.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 77 | 0 | 0.20 | 0.58 | 0.28 | 39.25 | 0.43 | 0.51 |
| Hex | B8 | 93 | 4D | 0 | 14 | 3A | 1C | 27 | 2B | 33 |
| Octal | 270 | 223 | 115 | 0 | 24 | 72 | 34 | 47 | 53 | 63 |
| Binary | 10111000 | 10010011 | 1001101 | 0 | 10100 | 111010 | 11100 | 100111 | 101011 | 110011 |
Color Harmonies of #B8934D
Complementary color
Monochromatic Colors of #B8934D
Black with #B8934D
Text Example
Text Example
White with #B8934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8934D; }
p { color: rgb(184,147,77); }
H1.HeaderClassName
{
color: #B8934D;
}
.AnyTagClassName
{
color: #B8934D;
}
</style>
background-color css
<style>
a { background-color: #B8934D; }
a { background-color: rgb(184,147,77); }
div.DivClassName
{
background-color: #B8934D;
}
.BgClassName
{
background-color: #B8934D;
}
</style>
border-color css
<style>
span { border-color: #B8934D; }
span { border-color: rgb(184,147,77); }
td.TdClassName
{
border-color: #B8934D;
}
.TagClassName
{
border-color: #B8934D;
}
</style>