#BE9A60

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

Shades of Barley Corn #BE9A60

Tints of Barley Corn #BE9A60

Color information

#BE9A60 (or 0xBE9A60) is unknown color: approx Barley Corn. HEX triplet: BE, 9A and 60. RGB value is (190,154,96). Sum of RGB (Red+Green+Blue) = 190+154+96=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A60 is #41659F. Grayscale: #9E9E9E. Windows color (decimal): -4285856 or 6331070. OLE color: 6331070.

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

Color convert

RGB19015496-
CMYK00.190.490.25
HSL37.02º41.96%56.08%-
HSV(B)37.02º49.47%74.51%-
XYZ34.934.915.96-
YUV158.1592.93150.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=43.18%
G=35%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901549600.190.490.2537.0241.9656.08
HexBE9A600133119252a38
Octal2762321400236131455270
Binary1011111010011010110000001001111000111001100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A60; }

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

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

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

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

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

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

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

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