#B59C5F

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

Shades of Barley Corn #B59C5F

Tints of Barley Corn #B59C5F

Color information

#B59C5F (or 0xB59C5F) is unknown color: approx Barley Corn. HEX triplet: B5, 9C and 5F. RGB value is (181,156,95). Sum of RGB (Red+Green+Blue) = 181+156+95=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C5F is #4A63A0. Grayscale: #9C9C9C. Windows color (decimal): -4875169 or 6266037. OLE color: 6266037.

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

Color convert

RGB18115695-
CMYK00.140.480.29
HSL42.56º36.75%54.12%-
HSV(B)42.56º47.51%70.98%-
XYZ33.0134.4315.73-
YUV156.5293.28145.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=41.90%
G=36.11%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811569500.140.480.2942.5636.7554.12
HexB59C5F0E301D2b2536
Octal2652341370166035534566
Binary101101011001110010111110111011000011101101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C5F; }

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

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

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

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

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

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

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

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