#BE8B4E

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

Shades of Tussock #BE8B4E

Tints of Tussock #BE8B4E

Color information

#BE8B4E (or 0xBE8B4E) is unknown color: approx Tussock. HEX triplet: BE, 8B and 4E. RGB value is (190,139,78). Sum of RGB (Red+Green+Blue) = 190+139+78=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B4E is #4174B1. Grayscale: #939393. Windows color (decimal): -4289714 or 5147582. OLE color: 5147582.

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

Color convert

RGB19013978-
CMYK00.270.590.25
HSL32.68º46.28%52.55%-
HSV(B)32.68º58.95%74.51%-
XYZ31.8429.9611.31-
YUV147.2988.9158.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 78 (30.86% from 255) = 19.16%
R=46.68%
G=34.15%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901397800.270.590.2532.6846.2852.55
HexBE8B4E01B3B19212e35
Octal2762131160337331415665
Binary1011111010001011100111001101111101111001100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B4E; }

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

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

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

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

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

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

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

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