#BE894E

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

Shades of Tussock #BE894E

Tints of Tussock #BE894E

Color information

#BE894E (or 0xBE894E) is unknown color: approx Tussock. HEX triplet: BE, 89 and 4E. RGB value is (190,137,78). Sum of RGB (Red+Green+Blue) = 190+137+78=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE894E is #4176B1. Grayscale: #929292. Windows color (decimal): -4290226 or 5147070. OLE color: 5147070.

HSL color Cylindrical-coordinate representation of color #BE894E: hue angle of 31.61º 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 #BE894E is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19013778-
CMYK00.280.590.25
HSL31.61º46.28%52.55%-
HSV(B)31.61º58.95%74.51%-
XYZ31.5629.3911.22-
YUV146.1289.56159.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 78 (30.86% from 255) = 19.26%
R=46.91%
G=33.83%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901377800.280.590.2531.6146.2852.55
HexBE894E01C3B19202e35
Octal2762111160347331405665
Binary1011111010001001100111001110011101111001100000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE894E; }

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

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

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

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

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

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

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

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