#B59A63

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

Shades of Barley Corn #B59A63

Tints of Barley Corn #B59A63

Color information

#B59A63 (or 0xB59A63) is unknown color: approx Barley Corn. HEX triplet: B5, 9A and 63. RGB value is (181,154,99). Sum of RGB (Red+Green+Blue) = 181+154+99=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A63 is #4A659C. Grayscale: #9C9C9C. Windows color (decimal): -4875677 or 6527669. OLE color: 6527669.

HSL color Cylindrical-coordinate representation of color #B59A63: hue angle of 40.24º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B59A63 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18115499-
CMYK00.150.450.29
HSL40.24º35.65%54.9%-
HSV(B)40.24º45.3%70.98%-
XYZ32.8633.8416.6-
YUV155.895.95145.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=41.71%
G=35.48%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811549900.150.450.2940.2435.6554.9
HexB59A630F2D1D282437
Octal2652321430175535504467
Binary101101011001101011000110111110110111101101000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A63; }

 p { color: rgb(181,154,99); }

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

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

 a { background-color: rgb(181,154,99); }

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

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

 span { border-color: rgb(181,154,99); }

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