#B59C60

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

Shades of Barley Corn #B59C60

Tints of Barley Corn #B59C60

Color information

#B59C60 (or 0xB59C60) is unknown color: approx Barley Corn. HEX triplet: B5, 9C and 60. RGB value is (181,156,96). Sum of RGB (Red+Green+Blue) = 181+156+96=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C60 is #4A639F. Grayscale: #9C9C9C. Windows color (decimal): -4875168 or 6331573. OLE color: 6331573.

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

Color convert

RGB18115696-
CMYK00.140.470.29
HSL42.35º36.48%54.31%-
HSV(B)42.35º46.96%70.98%-
XYZ33.0634.4515.97-
YUV156.6393.78145.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=41.80%
G=36.03%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811569600.140.470.2942.3536.4854.31
HexB59C600E2F1D2a2436
Octal2652341400165735524466
Binary101101011001110011000000111010111111101101010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C60; }

 p { color: rgb(181,156,96); }

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

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

 a { background-color: rgb(181,156,96); }

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

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

 span { border-color: rgb(181,156,96); }

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