#BE894D

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

Shades of Tussock #BE894D

Tints of Tussock #BE894D

Color information

#BE894D (or 0xBE894D) is unknown color: approx Tussock. HEX triplet: BE, 89 and 4D. RGB value is (190,137,77). Sum of RGB (Red+Green+Blue) = 190+137+77=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE894D is #4176B2. Grayscale: #929292. Windows color (decimal): -4290227 or 5081534. OLE color: 5081534.

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

Color convert

RGB19013777-
CMYK00.280.590.25
HSL31.86º46.5%52.35%-
HSV(B)31.86º59.47%74.51%-
XYZ31.5229.3711.03-
YUV146.0189.06159.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 137 (53.91% from 255) = 33.91%
BLUE value IS 77 (30.47% from 255) = 19.06%
R=47.03%
G=33.91%
B=19.06%

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
Decimal1901377700.280.590.2531.8646.552.35
HexBE894D01C3B19202f34
Octal2762111150347331405764
Binary1011111010001001100110101110011101111001100000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE894D; }

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

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

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

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

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

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

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

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