#BE8E4D

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

Shades of Tussock #BE8E4D

Tints of Tussock #BE8E4D

Color information

#BE8E4D (or 0xBE8E4D) is unknown color: approx Tussock. HEX triplet: BE, 8E and 4D. RGB value is (190,142,77). Sum of RGB (Red+Green+Blue) = 190+142+77=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E4D is #4171B2. Grayscale: #959595. Windows color (decimal): -4288947 or 5082814. OLE color: 5082814.

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

Color convert

RGB19014277-
CMYK00.250.590.25
HSL34.51º46.5%52.35%-
HSV(B)34.51º59.47%74.51%-
XYZ32.2530.8311.27-
YUV148.9487.4157.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 77 (30.47% from 255) = 18.83%
R=46.45%
G=34.72%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901427700.250.590.2534.5146.552.35
HexBE8E4D0193B19232f34
Octal2762161150317331435764
Binary1011111010001110100110101100111101111001100011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E4D; }

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

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

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

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

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

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

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

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