#BE9C5F

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

Shades of Barley Corn #BE9C5F

Tints of Barley Corn #BE9C5F

Color information

#BE9C5F (or 0xBE9C5F) is unknown color: approx Barley Corn. HEX triplet: BE, 9C and 5F. RGB value is (190,156,95). Sum of RGB (Red+Green+Blue) = 190+156+95=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C5F is #4163A0. Grayscale: #9F9F9F. Windows color (decimal): -4285345 or 6266046. OLE color: 6266046.

HSL color Cylindrical-coordinate representation of color #BE9C5F: hue angle of 38.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE9C5F is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB19015695-
CMYK00.180.50.25
HSL38.53º42.22%55.88%-
HSV(B)38.53º50%74.51%-
XYZ35.1935.5515.83-
YUV159.2191.76149.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=43.08%
G=35.37%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901569500.180.50.2538.5342.2255.88
HexBE9C5F0123219272a38
Octal2762341370226231475270
Binary1011111010011100101111101001011001011001100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C5F; }

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

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

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

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

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

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

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

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