#BE995F

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

Shades of Barley Corn #BE995F

Tints of Barley Corn #BE995F

Color information

#BE995F (or 0xBE995F) is unknown color: approx Barley Corn. HEX triplet: BE, 99 and 5F. RGB value is (190,153,95). Sum of RGB (Red+Green+Blue) = 190+153+95=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE995F is #4166A0. Grayscale: #9D9D9D. Windows color (decimal): -4286113 or 6265278. OLE color: 6265278.

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

Color convert

RGB19015395-
CMYK00.190.50.25
HSL36.63º42.22%55.88%-
HSV(B)36.63º50%74.51%-
XYZ34.6934.5615.67-
YUV157.4592.76151.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=43.38%
G=34.93%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901539500.190.50.2536.6342.2255.88
HexBE995F0133219252a38
Octal2762311370236231455270
Binary1011111010011001101111101001111001011001100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE995F; }

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

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

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

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

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

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

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

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