#B59B62

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

Shades of Barley Corn #B59B62

Tints of Barley Corn #B59B62

Color information

#B59B62 (or 0xB59B62) is unknown color: approx Barley Corn. HEX triplet: B5, 9B and 62. RGB value is (181,155,98). Sum of RGB (Red+Green+Blue) = 181+155+98=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B62 is #4A649D. Grayscale: #9C9C9C. Windows color (decimal): -4875422 or 6462389. OLE color: 6462389.

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

Color convert

RGB18115598-
CMYK00.140.460.29
HSL41.2º35.93%54.71%-
HSV(B)41.2º45.86%70.98%-
XYZ32.9834.1516.41-
YUV156.2895.11145.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 155 (60.94% from 255) = 35.71%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=41.71%
G=35.71%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811559800.140.460.2941.235.9354.71
HexB59B620E2E1D292437
Octal2652331420165635514467
Binary101101011001101111000100111010111011101101001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B62; }

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

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

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

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

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

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

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

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