#BE9D57

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

Shades of Barley Corn #BE9D57

Tints of Barley Corn #BE9D57

Color information

#BE9D57 (or 0xBE9D57) is unknown color: approx Barley Corn. HEX triplet: BE, 9D and 57. RGB value is (190,157,87). Sum of RGB (Red+Green+Blue) = 190+157+87=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D57 is #4162A8. Grayscale: #9F9F9F. Windows color (decimal): -4285097 or 5742014. OLE color: 5742014.

HSL color Cylindrical-coordinate representation of color #BE9D57: hue angle of 40.78º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE9D57 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19015787-
CMYK00.170.540.25
HSL40.78º44.21%54.31%-
HSV(B)40.78º54.21%74.51%-
XYZ35.0135.7514.07-
YUV158.8987.43150.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 87 (34.38% from 255) = 20.05%
R=43.78%
G=36.18%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901578700.170.540.2540.7844.2154.31
HexBE9D570113619292c36
Octal2762351270216631515466
Binary1011111010011101101011101000111011011001101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D57; }

 p { color: rgb(190,157,87); }

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

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

 a { background-color: rgb(190,157,87); }

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

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

 span { border-color: rgb(190,157,87); }

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