Shades of Tussock #B68E4D
Tints of Tussock #B68E4D
RGB
CMYK
RGB Variations
Color information
#B68E4D (or 0xB68E4D) is known color: Tussock. HEX triplet: B6, 8E and 4D. RGB value is (182,142,77). Sum of RGB (Red+Green+Blue) = 182+142+77=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E4D is #4971B2. Grayscale: #929292. Windows color (decimal): -4813235 or 5082806. OLE color: 5082806.
HSL color Cylindrical-coordinate representation of color #B68E4D: hue angle of 37.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B68E4D is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 77 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.29 |
| HSL | 37.14º | 0.42% | 0.51% | - |
| HSV(B) | 37.14º | 0.58% | 0.71% | - |
| XYZ | 30.3 | 29.83 | 11.18 | - |
| YUV | 146.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 77 | 0 | 0.22 | 0.58 | 0.29 | 37.14 | 0.42 | 0.51 |
| Hex | B6 | 8E | 4D | 0 | 16 | 3A | 1D | 25 | 2A | 33 |
| Octal | 266 | 216 | 115 | 0 | 26 | 72 | 35 | 45 | 52 | 63 |
| Binary | 10110110 | 10001110 | 1001101 | 0 | 10110 | 111010 | 11101 | 100101 | 101010 | 110011 |
Color Harmonies of #B68E4D
Complementary color
Monochromatic Colors of #B68E4D
Black with #B68E4D
Text Example
Text Example
White with #B68E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E4D; }
p { color: rgb(182,142,77); }
H1.HeaderClassName
{
color: #B68E4D;
}
.AnyTagClassName
{
color: #B68E4D;
}
</style>
background-color css
<style>
a { background-color: #B68E4D; }
a { background-color: rgb(182,142,77); }
div.DivClassName
{
background-color: #B68E4D;
}
.BgClassName
{
background-color: #B68E4D;
}
</style>
border-color css
<style>
span { border-color: #B68E4D; }
span { border-color: rgb(182,142,77); }
td.TdClassName
{
border-color: #B68E4D;
}
.TagClassName
{
border-color: #B68E4D;
}
</style>