#BE985A

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

Shades of Barley Corn #BE985A

Tints of Barley Corn #BE985A

Color information

#BE985A (or 0xBE985A) is unknown color: approx Barley Corn. HEX triplet: BE, 98 and 5A. RGB value is (190,152,90). Sum of RGB (Red+Green+Blue) = 190+152+90=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE985A is #4167A5. Grayscale: #9C9C9C. Windows color (decimal): -4286374 or 5937342. OLE color: 5937342.

HSL color Cylindrical-coordinate representation of color #BE985A: hue angle of 37.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE985A is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19015290-
CMYK00.20.530.25
HSL37.2º43.48%54.9%-
HSV(B)37.2º52.63%74.51%-
XYZ34.3134.1414.45-
YUV156.2990.59152.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=43.98%
G=35.19%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901529000.20.530.2537.243.4854.9
HexBE985A0143519252b37
Octal2762301320246531455367
Binary1011111010011000101101001010011010111001100101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE985A; }

 p { color: rgb(190,152,90); }

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

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

 a { background-color: rgb(190,152,90); }

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

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

 span { border-color: rgb(190,152,90); }

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