#BE994E

Color #BE994E Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #BE994E

Tints of Tussock #BE994E

Color information

#BE994E (or 0xBE994E) is unknown color: approx Tussock. HEX triplet: BE, 99 and 4E. RGB value is (190,153,78). Sum of RGB (Red+Green+Blue) = 190+153+78=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE994E is #4166B1. Grayscale: #9B9B9B. Windows color (decimal): -4286130 or 5151166. OLE color: 5151166.

HSL color Cylindrical-coordinate representation of color #BE994E: hue angle of 40.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE994E is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19015378-
CMYK00.190.590.25
HSL40.18º46.28%52.55%-
HSV(B)40.18º58.95%74.51%-
XYZ3434.2812.03-
YUV155.5184.26152.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 153 (60.16% from 255) = 36.34%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=45.13%
G=36.34%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901537800.190.590.2540.1846.2852.55
HexBE994E0133B19282e35
Octal2762311160237331505665
Binary1011111010011001100111001001111101111001101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE994E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE994E; }

 p { color: rgb(190,153,78); }

 H1.HeaderClassName
 {
   color: #BE994E;
 }
 .AnyTagClassName
 {
   color: #BE994E;
 }
</style>
background-color css

<style>
 a { background-color: #BE994E; }

 a { background-color: rgb(190,153,78); }

 div.DivClassName
 {
   background-color: #BE994E;
 }
 .BgClassName
 {
   background-color: #BE994E;
 }
</style>
border-color css

<style>
 span { border-color: #BE994E; }

 span { border-color: rgb(190,153,78); }

 td.TdClassName
 {
   border-color: #BE994E;
 }
 .TagClassName
 {
   border-color: #BE994E;
 }
</style>