#BE9957

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

Shades of Barley Corn #BE9957

Tints of Barley Corn #BE9957

Color information

#BE9957 (or 0xBE9957) is unknown color: approx Barley Corn. HEX triplet: BE, 99 and 57. RGB value is (190,153,87). Sum of RGB (Red+Green+Blue) = 190+153+87=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9957 is #4166A8. Grayscale: #9C9C9C. Windows color (decimal): -4286121 or 5740990. OLE color: 5740990.

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

Color convert

RGB19015387-
CMYK00.190.540.25
HSL38.45º44.21%54.31%-
HSV(B)38.45º54.21%74.51%-
XYZ34.3534.4213.85-
YUV156.5488.76151.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 87 (34.38% from 255) = 20.23%
R=44.19%
G=35.58%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901538700.190.540.2538.4544.2154.31
HexBE99570133619262c36
Octal2762311270236631465466
Binary1011111010011001101011101001111011011001100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9957; }

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

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

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

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

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

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

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

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