#B59656

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

Shades of Barley Corn #B59656

Tints of Barley Corn #B59656

Color information

#B59656 (or 0xB59656) is unknown color: approx Barley Corn. HEX triplet: B5, 96 and 56. RGB value is (181,150,86). Sum of RGB (Red+Green+Blue) = 181+150+86=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B59656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59656 is #4A69A9. Grayscale: #989898. Windows color (decimal): -4876714 or 5674677. OLE color: 5674677.

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

Color convert

RGB18115086-
CMYK00.170.520.29
HSL40.42º39.09%52.35%-
HSV(B)40.42º52.49%70.98%-
XYZ31.6432.3113.37-
YUV151.9790.77148.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=43.41%
G=35.97%
B=20.62%

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
Decimal1811508600.170.520.2940.4239.0952.35
HexB59656011341D282734
Octal2652261260216435504764
Binary1011010110010110101011001000111010011101101000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59656; }

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

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

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

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

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

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

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

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