#BE9B57

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

Shades of Barley Corn #BE9B57

Tints of Barley Corn #BE9B57

Color information

#BE9B57 (or 0xBE9B57) is unknown color: approx Barley Corn. HEX triplet: BE, 9B and 57. RGB value is (190,155,87). Sum of RGB (Red+Green+Blue) = 190+155+87=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B57 is #4164A8. Grayscale: #9E9E9E. Windows color (decimal): -4285609 or 5741502. OLE color: 5741502.

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

Color convert

RGB19015587-
CMYK00.180.540.25
HSL39.61º44.21%54.31%-
HSV(B)39.61º54.21%74.51%-
XYZ34.6835.0813.96-
YUV157.7188.1151.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 87 (34.38% from 255) = 20.14%
R=43.98%
G=35.88%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901558700.180.540.2539.6144.2154.31
HexBE9B570123619282c36
Octal2762331270226631505466
Binary1011111010011011101011101001011011011001101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B57; }

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

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

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

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

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

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

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

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