Shades of Tussock #BE934D
Tints of Tussock #BE934D
RGB
CMYK
RGB Variations
Color information
#BE934D (or 0xBE934D) is known color: Tussock. HEX triplet: BE, 93 and 4D. RGB value is (190,147,77). Sum of RGB (Red+Green+Blue) = 190+147+77=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE934D is #416CB2. Grayscale: #989898. Windows color (decimal): -4287667 or 5084094. OLE color: 5084094.
HSL color Cylindrical-coordinate representation of color #BE934D: hue angle of 37.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE934D is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 77 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.25 |
| HSL | 37.17º | 0.47% | 0.52% | - |
| HSV(B) | 37.17º | 0.59% | 0.75% | - |
| XYZ | 33.01 | 32.35 | 11.53 | - |
| YUV | 151.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 77 | 0 | 0.23 | 0.59 | 0.25 | 37.17 | 0.47 | 0.52 |
| Hex | BE | 93 | 4D | 0 | 17 | 3B | 19 | 25 | 2F | 34 |
| Octal | 276 | 223 | 115 | 0 | 27 | 73 | 31 | 45 | 57 | 64 |
| Binary | 10111110 | 10010011 | 1001101 | 0 | 10111 | 111011 | 11001 | 100101 | 101111 | 110100 |
Color Harmonies of #BE934D
Complementary color
Monochromatic Colors of #BE934D
Black with #BE934D
Text Example
Text Example
White with #BE934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE934D; }
p { color: rgb(190,147,77); }
H1.HeaderClassName
{
color: #BE934D;
}
.AnyTagClassName
{
color: #BE934D;
}
</style>
background-color css
<style>
a { background-color: #BE934D; }
a { background-color: rgb(190,147,77); }
div.DivClassName
{
background-color: #BE934D;
}
.BgClassName
{
background-color: #BE934D;
}
</style>
border-color css
<style>
span { border-color: #BE934D; }
span { border-color: rgb(190,147,77); }
td.TdClassName
{
border-color: #BE934D;
}
.TagClassName
{
border-color: #BE934D;
}
</style>