#BE9959

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

Shades of Barley Corn #BE9959

Tints of Barley Corn #BE9959

Color information

#BE9959 (or 0xBE9959) is unknown color: approx Barley Corn. HEX triplet: BE, 99 and 59. RGB value is (190,153,89). Sum of RGB (Red+Green+Blue) = 190+153+89=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9959 is #4166A6. Grayscale: #9D9D9D. Windows color (decimal): -4286119 or 5872062. OLE color: 5872062.

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

Color convert

RGB19015389-
CMYK00.190.530.25
HSL38.02º43.72%54.71%-
HSV(B)38.02º53.16%74.51%-
XYZ34.4334.4514.29-
YUV156.7789.76151.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 89 (35.16% from 255) = 20.60%
R=43.98%
G=35.42%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901538900.190.530.2538.0243.7254.71
HexBE99590133519262c37
Octal2762311310236531465467
Binary1011111010011001101100101001111010111001100110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9959; }

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

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

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

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

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

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

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

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