Shades of Tussock #BE8648
Tints of Tussock #BE8648
RGB
CMYK
RGB Variations
Color information
#BE8648 (or 0xBE8648) is known color: Tussock. HEX triplet: BE, 86 and 48. RGB value is (190,134,72). Sum of RGB (Red+Green+Blue) = 190+134+72=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8648 is #4179B7. Grayscale: #8F8F8F. Windows color (decimal): -4291000 or 4753086. OLE color: 4753086.
HSL color Cylindrical-coordinate representation of color #BE8648: hue angle of 31.53º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE8648 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 72 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.25 |
| HSL | 31.53º | 0.48% | 0.51% | - |
| HSV(B) | 31.53º | 0.62% | 0.75% | - |
| XYZ | 30.93 | 28.47 | 10 | - |
| YUV | 143.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 72 | 0 | 0.29 | 0.62 | 0.25 | 31.53 | 0.48 | 0.51 |
| Hex | BE | 86 | 48 | 0 | 1D | 3E | 19 | 20 | 30 | 33 |
| Octal | 276 | 206 | 110 | 0 | 35 | 76 | 31 | 40 | 60 | 63 |
| Binary | 10111110 | 10000110 | 1001000 | 0 | 11101 | 111110 | 11001 | 100000 | 110000 | 110011 |
Color Harmonies of #BE8648
Complementary color
Monochromatic Colors of #BE8648
Black with #BE8648
Text Example
Text Example
White with #BE8648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8648; }
p { color: rgb(190,134,72); }
H1.HeaderClassName
{
color: #BE8648;
}
.AnyTagClassName
{
color: #BE8648;
}
</style>
background-color css
<style>
a { background-color: #BE8648; }
a { background-color: rgb(190,134,72); }
div.DivClassName
{
background-color: #BE8648;
}
.BgClassName
{
background-color: #BE8648;
}
</style>
border-color css
<style>
span { border-color: #BE8648; }
span { border-color: rgb(190,134,72); }
td.TdClassName
{
border-color: #BE8648;
}
.TagClassName
{
border-color: #BE8648;
}
</style>