#BE9A5E

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

Shades of Barley Corn #BE9A5E

Tints of Barley Corn #BE9A5E

Color information

#BE9A5E (or 0xBE9A5E) is unknown color: approx Barley Corn. HEX triplet: BE, 9A and 5E. RGB value is (190,154,94). Sum of RGB (Red+Green+Blue) = 190+154+94=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A5E is #4165A1. Grayscale: #9E9E9E. Windows color (decimal): -4285858 or 6199998. OLE color: 6199998.

HSL color Cylindrical-coordinate representation of color #BE9A5E: hue angle of 37.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE9A5E is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19015494-
CMYK00.190.510.25
HSL37.5º42.48%55.69%-
HSV(B)37.5º50.53%74.51%-
XYZ34.8134.8715.48-
YUV157.9291.93150.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 94 (37.11% from 255) = 21.46%
R=43.38%
G=35.16%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901549400.190.510.2537.542.4855.69
HexBE9A5E0133319262a38
Octal2762321360236331465270
Binary1011111010011010101111001001111001111001100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A5E; }

 p { color: rgb(190,154,94); }

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

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

 a { background-color: rgb(190,154,94); }

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

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

 span { border-color: rgb(190,154,94); }

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