#B59159

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

Shades of Barley Corn #B59159

Tints of Barley Corn #B59159

Color information

#B59159 (or 0xB59159) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 59. RGB value is (181,145,89). Sum of RGB (Red+Green+Blue) = 181+145+89=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B59159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59159 is #4A6EA6. Grayscale: #959595. Windows color (decimal): -4877991 or 5870005. OLE color: 5870005.

HSL color Cylindrical-coordinate representation of color #B59159: hue angle of 36.52º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B59159 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18114589-
CMYK00.200.510.29
HSL36.52º38.33%52.94%-
HSV(B)36.52º50.83%70.98%-
XYZ30.9830.813.76-
YUV149.3893.93150.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=43.61%
G=34.94%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811458900.200.510.2936.5238.3352.94
HexB59159014331D252635
Octal2652211310246335454665
Binary1011010110010001101100101010011001111101100101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59159; }

 p { color: rgb(181,145,89); }

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

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

 a { background-color: rgb(181,145,89); }

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

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

 span { border-color: rgb(181,145,89); }

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