#B59B60

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

Shades of Barley Corn #B59B60

Tints of Barley Corn #B59B60

Color information

#B59B60 (or 0xB59B60) is unknown color: approx Barley Corn. HEX triplet: B5, 9B and 60. RGB value is (181,155,96). Sum of RGB (Red+Green+Blue) = 181+155+96=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B60 is #4A649F. Grayscale: #9C9C9C. Windows color (decimal): -4875424 or 6331317. OLE color: 6331317.

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

Color convert

RGB18115596-
CMYK00.140.470.29
HSL41.65º36.48%54.31%-
HSV(B)41.65º46.96%70.98%-
XYZ32.8934.1115.92-
YUV156.0594.11145.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=41.90%
G=35.88%
B=22.22%

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
Decimal1811559600.140.470.2941.6536.4854.31
HexB59B600E2F1D2a2436
Octal2652331400165735524466
Binary101101011001101111000000111010111111101101010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B60; }

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

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

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

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

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

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

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

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