#BE9C60

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

Shades of Barley Corn #BE9C60

Tints of Barley Corn #BE9C60

Color information

#BE9C60 (or 0xBE9C60) is unknown color: approx Barley Corn. HEX triplet: BE, 9C and 60. RGB value is (190,156,96). Sum of RGB (Red+Green+Blue) = 190+156+96=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C60 is #41639F. Grayscale: #9F9F9F. Windows color (decimal): -4285344 or 6331582. OLE color: 6331582.

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

Color convert

RGB19015696-
CMYK00.180.490.25
HSL38.3º41.96%56.08%-
HSV(B)38.3º49.47%74.51%-
XYZ35.2335.5716.07-
YUV159.3392.26149.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 156 (61.33% from 255) = 35.29%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=42.99%
G=35.29%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901569600.180.490.2538.341.9656.08
HexBE9C600123119262a38
Octal2762341400226131465270
Binary1011111010011100110000001001011000111001100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C60; }

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

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

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

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

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

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

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

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