#BE9560

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

Shades of Barley Corn #BE9560

Tints of Barley Corn #BE9560

Color information

#BE9560 (or 0xBE9560) is unknown color: approx Barley Corn. HEX triplet: BE, 95 and 60. RGB value is (190,149,96). Sum of RGB (Red+Green+Blue) = 190+149+96=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9560 is #416A9F. Grayscale: #9B9B9B. Windows color (decimal): -4287136 or 6329790. OLE color: 6329790.

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

Color convert

RGB19014996-
CMYK00.220.490.25
HSL33.83º41.96%56.08%-
HSV(B)33.83º49.47%74.51%-
XYZ34.0933.2915.69-
YUV155.2294.58152.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=43.68%
G=34.25%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901499600.220.490.2533.8341.9656.08
HexBE95600163119222a38
Octal2762251400266131425270
Binary1011111010010101110000001011011000111001100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9560; }

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

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

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

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

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

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

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

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