Shades of Tussock #BE8F46
Tints of Tussock #BE8F46
RGB
CMYK
RGB Variations
Color information
#BE8F46 (or 0xBE8F46) is known color: Tussock. HEX triplet: BE, 8F and 46. RGB value is (190,143,70). Sum of RGB (Red+Green+Blue) = 190+143+70=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F46 is #4170B9. Grayscale: #959595. Windows color (decimal): -4288698 or 4624318. OLE color: 4624318.
HSL color Cylindrical-coordinate representation of color #BE8F46: hue angle of 36.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE8F46 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 70 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.25 |
| HSL | 36.5º | 0.48% | 0.51% | - |
| HSV(B) | 36.5º | 0.63% | 0.75% | - |
| XYZ | 32.16 | 31.03 | 10.09 | - |
| YUV | 148.73 | 83.57 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 70 | 0 | 0.25 | 0.63 | 0.25 | 36.5 | 0.48 | 0.51 |
| Hex | BE | 8F | 46 | 0 | 19 | 3F | 19 | 24 | 30 | 33 |
| Octal | 276 | 217 | 106 | 0 | 31 | 77 | 31 | 44 | 60 | 63 |
| Binary | 10111110 | 10001111 | 1000110 | 0 | 11001 | 111111 | 11001 | 100100 | 110000 | 110011 |
Color Harmonies of #BE8F46
Complementary color
Monochromatic Colors of #BE8F46
Black with #BE8F46
Text Example
Text Example
White with #BE8F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F46; }
p { color: rgb(190,143,70); }
H1.HeaderClassName
{
color: #BE8F46;
}
.AnyTagClassName
{
color: #BE8F46;
}
</style>
background-color css
<style>
a { background-color: #BE8F46; }
a { background-color: rgb(190,143,70); }
div.DivClassName
{
background-color: #BE8F46;
}
.BgClassName
{
background-color: #BE8F46;
}
</style>
border-color css
<style>
span { border-color: #BE8F46; }
span { border-color: rgb(190,143,70); }
td.TdClassName
{
border-color: #BE8F46;
}
.TagClassName
{
border-color: #BE8F46;
}
</style>