#b59162

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

Shades of Barley Corn #B59162

Tints of Barley Corn #B59162

Color information

#B59162 (or 0xB59162) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 62. RGB value is (181,145,98). Sum of RGB (Red+Green+Blue) = 181+145+98=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B59162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59162 is #4A6E9D. Grayscale: #969696. Windows color (decimal): -4877982 or 6459829. OLE color: 6459829.

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

Color convert

RGB18114598-
CMYK00.200.460.29
HSL33.98º35.93%54.71%-
HSV(B)33.98º45.86%70.98%-
XYZ31.3930.9615.88-
YUV150.4198.43149.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=42.69%
G=34.20%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811459800.200.460.2933.9835.9354.71
HexB591620142E1D222437
Octal2652211420245635424467
Binary1011010110010001110001001010010111011101100010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59162; }

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

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

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

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

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

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

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

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