#B59F5C

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

Shades of Barley Corn #B59F5C

Tints of Barley Corn #B59F5C

Color information

#B59F5C (or 0xB59F5C) is unknown color: approx Barley Corn. HEX triplet: B5, 9F and 5C. RGB value is (181,159,92). Sum of RGB (Red+Green+Blue) = 181+159+92=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59F5C is #4A60A3. Grayscale: #9E9E9E. Windows color (decimal): -4874404 or 6070197. OLE color: 6070197.

HSL color Cylindrical-coordinate representation of color #B59F5C: hue angle of 45.17º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B59F5C is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18115992-
CMYK00.120.490.29
HSL45.17º37.55%53.53%-
HSV(B)45.17º49.17%70.98%-
XYZ33.3935.3915.2-
YUV157.9490.79144.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=41.90%
G=36.81%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811599200.120.490.2945.1737.5553.53
HexB59F5C0C311D2d2636
Octal2652371340146135554666
Binary101101011001111110111000110011000111101101101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F5C; }

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

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

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

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

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

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

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

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