Shades of Tussock #B7914D
Tints of Tussock #B7914D
RGB
CMYK
RGB Variations
Color information
#B7914D (or 0xB7914D) is known color: Tussock. HEX triplet: B7, 91 and 4D. RGB value is (183,145,77). Sum of RGB (Red+Green+Blue) = 183+145+77=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7914D is #486EB2. Grayscale: #949494. Windows color (decimal): -4746931 or 5083575. OLE color: 5083575.
HSL color Cylindrical-coordinate representation of color #B7914D: hue angle of 38.49º degrees, saturation: 0.42, 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 #B7914D is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 77 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.28 |
| HSL | 38.49º | 0.42% | 0.51% | - |
| HSV(B) | 38.49º | 0.58% | 0.72% | - |
| XYZ | 30.99 | 30.85 | 11.34 | - |
| YUV | 148.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 77 | 0 | 0.21 | 0.58 | 0.28 | 38.49 | 0.42 | 0.51 |
| Hex | B7 | 91 | 4D | 0 | 15 | 3A | 1C | 26 | 2A | 33 |
| Octal | 267 | 221 | 115 | 0 | 25 | 72 | 34 | 46 | 52 | 63 |
| Binary | 10110111 | 10010001 | 1001101 | 0 | 10101 | 111010 | 11100 | 100110 | 101010 | 110011 |
Color Harmonies of #B7914D
Complementary color
Monochromatic Colors of #B7914D
Black with #B7914D
Text Example
Text Example
White with #B7914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7914D; }
p { color: rgb(183,145,77); }
H1.HeaderClassName
{
color: #B7914D;
}
.AnyTagClassName
{
color: #B7914D;
}
</style>
background-color css
<style>
a { background-color: #B7914D; }
a { background-color: rgb(183,145,77); }
div.DivClassName
{
background-color: #B7914D;
}
.BgClassName
{
background-color: #B7914D;
}
</style>
border-color css
<style>
span { border-color: #B7914D; }
span { border-color: rgb(183,145,77); }
td.TdClassName
{
border-color: #B7914D;
}
.TagClassName
{
border-color: #B7914D;
}
</style>