#B59156

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

Shades of Barley Corn #B59156

Tints of Barley Corn #B59156

Color information

#B59156 (or 0xB59156) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 56. RGB value is (181,145,86). Sum of RGB (Red+Green+Blue) = 181+145+86=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B59156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59156 is #4A6EA9. Grayscale: #959595. Windows color (decimal): -4877994 or 5673397. OLE color: 5673397.

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

Color convert

RGB18114586-
CMYK00.200.520.29
HSL37.26º39.09%52.35%-
HSV(B)37.26º52.49%70.98%-
XYZ30.8630.7513.11-
YUV149.0492.43150.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=43.93%
G=35.19%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811458600.200.520.2937.2639.0952.35
HexB59156014341D252734
Octal2652211260246435454764
Binary1011010110010001101011001010011010011101100101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59156; }

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

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

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

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

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

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

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

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