Shades of Tussock #B68E4E
Tints of Tussock #B68E4E
RGB
CMYK
RGB Variations
Color information
#B68E4E (or 0xB68E4E) is known color: Tussock. HEX triplet: B6, 8E and 4E. RGB value is (182,142,78). Sum of RGB (Red+Green+Blue) = 182+142+78=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E4E is #4971B1. Grayscale: #929292. Windows color (decimal): -4813234 or 5148342. OLE color: 5148342.
HSL color Cylindrical-coordinate representation of color #B68E4E: hue angle of 36.92º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B68E4E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 78 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.29 |
| HSL | 36.92º | 0.42% | 0.51% | - |
| HSV(B) | 36.92º | 0.57% | 0.71% | - |
| XYZ | 30.34 | 29.84 | 11.37 | - |
| YUV | 146.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 78 | 0 | 0.22 | 0.57 | 0.29 | 36.92 | 0.42 | 0.51 |
| Hex | B6 | 8E | 4E | 0 | 16 | 39 | 1D | 25 | 2A | 33 |
| Octal | 266 | 216 | 116 | 0 | 26 | 71 | 35 | 45 | 52 | 63 |
| Binary | 10110110 | 10001110 | 1001110 | 0 | 10110 | 111001 | 11101 | 100101 | 101010 | 110011 |
Color Harmonies of #B68E4E
Complementary color
Monochromatic Colors of #B68E4E
Black with #B68E4E
Text Example
Text Example
White with #B68E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E4E; }
p { color: rgb(182,142,78); }
H1.HeaderClassName
{
color: #B68E4E;
}
.AnyTagClassName
{
color: #B68E4E;
}
</style>
background-color css
<style>
a { background-color: #B68E4E; }
a { background-color: rgb(182,142,78); }
div.DivClassName
{
background-color: #B68E4E;
}
.BgClassName
{
background-color: #B68E4E;
}
</style>
border-color css
<style>
span { border-color: #B68E4E; }
span { border-color: rgb(182,142,78); }
td.TdClassName
{
border-color: #B68E4E;
}
.TagClassName
{
border-color: #B68E4E;
}
</style>