#BE9859

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

Shades of Barley Corn #BE9859

Tints of Barley Corn #BE9859

Color information

#BE9859 (or 0xBE9859) is unknown color: approx Barley Corn. HEX triplet: BE, 98 and 59. RGB value is (190,152,89). Sum of RGB (Red+Green+Blue) = 190+152+89=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9859 is #4167A6. Grayscale: #9C9C9C. Windows color (decimal): -4286375 or 5871806. OLE color: 5871806.

HSL color Cylindrical-coordinate representation of color #BE9859: hue angle of 37.43º degrees, saturation: 0.44, 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 #BE9859 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19015289-
CMYK00.20.530.25
HSL37.43º43.72%54.71%-
HSV(B)37.43º53.16%74.51%-
XYZ34.2734.1214.23-
YUV156.1890.09152.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 89 (35.16% from 255) = 20.65%
R=44.08%
G=35.27%
B=20.65%

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
Decimal1901528900.20.530.2537.4343.7254.71
HexBE98590143519252c37
Octal2762301310246531455467
Binary1011111010011000101100101010011010111001100101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9859; }

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

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

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

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

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

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

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

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