#B59056

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

Shades of Barley Corn #B59056

Tints of Barley Corn #B59056

Color information

#B59056 (or 0xB59056) is unknown color: approx Barley Corn. HEX triplet: B5, 90 and 56. RGB value is (181,144,86). Sum of RGB (Red+Green+Blue) = 181+144+86=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B59056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59056 is #4A6FA9. Grayscale: #949494. Windows color (decimal): -4878250 or 5673141. OLE color: 5673141.

HSL color Cylindrical-coordinate representation of color #B59056: hue angle of 36.63º 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 #B59056 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18114486-
CMYK00.200.520.29
HSL36.63º39.09%52.35%-
HSV(B)36.63º52.49%70.98%-
XYZ30.7130.4413.06-
YUV148.4592.76151.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=44.04%
G=35.04%
B=20.92%

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
Decimal1811448600.200.520.2936.6339.0952.35
HexB59056014341D252734
Octal2652201260246435454764
Binary1011010110010000101011001010011010011101100101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59056; }

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

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

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

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

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

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

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

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