#BE9A5D

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

Shades of Barley Corn #BE9A5D

Tints of Barley Corn #BE9A5D

Color information

#BE9A5D (or 0xBE9A5D) is unknown color: approx Barley Corn. HEX triplet: BE, 9A and 5D. RGB value is (190,154,93). Sum of RGB (Red+Green+Blue) = 190+154+93=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A5D is #4165A2. Grayscale: #9E9E9E. Windows color (decimal): -4285859 or 6134462. OLE color: 6134462.

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

Color convert

RGB19015493-
CMYK00.190.510.25
HSL37.73º42.73%55.49%-
HSV(B)37.73º51.05%74.51%-
XYZ34.7734.8515.25-
YUV157.8191.43150.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=43.48%
G=35.24%
B=21.28%

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
Decimal1901549300.190.510.2537.7342.7355.49
HexBE9A5D0133319262b37
Octal2762321350236331465367
Binary1011111010011010101110101001111001111001100110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A5D; }

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

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

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

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

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

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

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

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