#B59161

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

Shades of Barley Corn #B59161

Tints of Barley Corn #B59161

Color information

#B59161 (or 0xB59161) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 61. RGB value is (181,145,97). Sum of RGB (Red+Green+Blue) = 181+145+97=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B59161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59161 is #4A6E9E. Grayscale: #969696. Windows color (decimal): -4877983 or 6394293. OLE color: 6394293.

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

Color convert

RGB18114597-
CMYK00.200.460.29
HSL34.29º36.21%54.51%-
HSV(B)34.29º46.41%70.98%-
XYZ31.3430.9415.63-
YUV150.2997.93149.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=42.79%
G=34.28%
B=22.93%

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
Decimal1811459700.200.460.2934.2936.2154.51
HexB591610142E1D222437
Octal2652211410245635424467
Binary1011010110010001110000101010010111011101100010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59161; }

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

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

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

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

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

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

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

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