#BE9661

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

Shades of Barley Corn #BE9661

Tints of Barley Corn #BE9661

Color information

#BE9661 (or 0xBE9661) is unknown color: approx Barley Corn. HEX triplet: BE, 96 and 61. RGB value is (190,150,97). Sum of RGB (Red+Green+Blue) = 190+150+97=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9661 is #41699E. Grayscale: #9C9C9C. Windows color (decimal): -4286879 or 6395582. OLE color: 6395582.

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

Color convert

RGB19015097-
CMYK00.210.490.25
HSL34.19º41.7%56.27%-
HSV(B)34.19º48.95%74.51%-
XYZ34.333.6215.99-
YUV155.9294.75152.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=43.48%
G=34.32%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901509700.210.490.2534.1941.756.27
HexBE96610153119222a38
Octal2762261410256131425270
Binary1011111010010110110000101010111000111001100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9661; }

 p { color: rgb(190,150,97); }

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

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

 a { background-color: rgb(190,150,97); }

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

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

 span { border-color: rgb(190,150,97); }

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