#B59657

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

Shades of Barley Corn #B59657

Tints of Barley Corn #B59657

Color information

#B59657 (or 0xB59657) is unknown color: approx Barley Corn. HEX triplet: B5, 96 and 57. RGB value is (181,150,87). Sum of RGB (Red+Green+Blue) = 181+150+87=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B59657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59657 is #4A69A8. Grayscale: #989898. Windows color (decimal): -4876713 or 5740213. OLE color: 5740213.

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

Color convert

RGB18115087-
CMYK00.170.520.29
HSL40.21º38.84%52.55%-
HSV(B)40.21º51.93%70.98%-
XYZ31.6832.3213.59-
YUV152.0991.27148.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 87 (34.38% from 255) = 20.81%
R=43.30%
G=35.89%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811508700.170.520.2940.2138.8452.55
HexB59657011341D282735
Octal2652261270216435504765
Binary1011010110010110101011101000111010011101101000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59657; }

 p { color: rgb(181,150,87); }

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

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

 a { background-color: rgb(181,150,87); }

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

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

 span { border-color: rgb(181,150,87); }

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