#BE8D4E

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

Shades of Tussock #BE8D4E

Tints of Tussock #BE8D4E

Color information

#BE8D4E (or 0xBE8D4E) is unknown color: approx Tussock. HEX triplet: BE, 8D and 4E. RGB value is (190,141,78). Sum of RGB (Red+Green+Blue) = 190+141+78=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D4E is #4172B1. Grayscale: #949494. Windows color (decimal): -4289202 or 5148094. OLE color: 5148094.

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

Color convert

RGB19014178-
CMYK00.260.590.25
HSL33.75º46.28%52.55%-
HSV(B)33.75º58.95%74.51%-
XYZ32.1430.5511.41-
YUV148.4788.23157.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=46.45%
G=34.47%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901417800.260.590.2533.7546.2852.55
HexBE8D4E01A3B19222e35
Octal2762151160327331425665
Binary1011111010001101100111001101011101111001100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D4E; }

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

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

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

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

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

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

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

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