#B59F61

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

Shades of Barley Corn #B59F61

Tints of Barley Corn #B59F61

Color information

#B59F61 (or 0xB59F61) is unknown color: approx Barley Corn. HEX triplet: B5, 9F and 61. RGB value is (181,159,97). Sum of RGB (Red+Green+Blue) = 181+159+97=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59F61 is #4A609E. Grayscale: #9E9E9E. Windows color (decimal): -4874399 or 6397877. OLE color: 6397877.

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

Color convert

RGB18115997-
CMYK00.120.460.29
HSL44.29º36.21%54.51%-
HSV(B)44.29º46.41%70.98%-
XYZ33.6135.4816.39-
YUV158.5193.29144.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=41.42%
G=36.38%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811599700.120.460.2944.2936.2154.51
HexB59F610C2E1D2c2437
Octal2652371410145635544467
Binary101101011001111111000010110010111011101101100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F61; }

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

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

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

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

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

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

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

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