#B59C62

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

Shades of Barley Corn #B59C62

Tints of Barley Corn #B59C62

Color information

#B59C62 (or 0xB59C62) is unknown color: approx Barley Corn. HEX triplet: B5, 9C and 62. RGB value is (181,156,98). Sum of RGB (Red+Green+Blue) = 181+156+98=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C62 is #4A639D. Grayscale: #9D9D9D. Windows color (decimal): -4875166 or 6462645. OLE color: 6462645.

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

Color convert

RGB18115698-
CMYK00.140.460.29
HSL41.93º35.93%54.71%-
HSV(B)41.93º45.86%70.98%-
XYZ33.1534.4816.46-
YUV156.8694.78145.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 98 (38.67% from 255) = 22.53%
R=41.61%
G=35.86%
B=22.53%

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
Decimal1811569800.140.460.2941.9335.9354.71
HexB59C620E2E1D2a2437
Octal2652341420165635524467
Binary101101011001110011000100111010111011101101010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C62; }

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

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

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

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

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

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

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

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