#BE985B

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

Shades of Barley Corn #BE985B

Tints of Barley Corn #BE985B

Color information

#BE985B (or 0xBE985B) is unknown color: approx Barley Corn. HEX triplet: BE, 98 and 5B. RGB value is (190,152,91). Sum of RGB (Red+Green+Blue) = 190+152+91=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE985B is #4167A4. Grayscale: #9C9C9C. Windows color (decimal): -4286373 or 6002878. OLE color: 6002878.

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

Color convert

RGB19015291-
CMYK00.20.520.25
HSL36.97º43.23%55.1%-
HSV(B)36.97º52.11%74.51%-
XYZ34.3534.1614.68-
YUV156.4191.09151.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=43.88%
G=35.10%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901529100.20.520.2536.9743.2355.1
HexBE985B0143419252b37
Octal2762301330246431455367
Binary1011111010011000101101101010011010011001100101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE985B; }

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

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

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

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

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

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

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

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