#B59D5D

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

Shades of Barley Corn #B59D5D

Tints of Barley Corn #B59D5D

Color information

#B59D5D (or 0xB59D5D) is unknown color: approx Barley Corn. HEX triplet: B5, 9D and 5D. RGB value is (181,157,93). Sum of RGB (Red+Green+Blue) = 181+157+93=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59D5D is #4A62A2. Grayscale: #9D9D9D. Windows color (decimal): -4874915 or 6135221. OLE color: 6135221.

HSL color Cylindrical-coordinate representation of color #B59D5D: hue angle of 43.64º degrees, saturation: 0.37, 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 #B59D5D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18115793-
CMYK00.130.490.29
HSL43.64º37.29%53.73%-
HSV(B)43.64º48.62%70.98%-
XYZ33.0934.7315.32-
YUV156.8891.95145.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=42.00%
G=36.43%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811579300.130.490.2943.6437.2953.73
HexB59D5D0D311D2c2536
Octal2652351350156135544566
Binary101101011001110110111010110111000111101101100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59D5D; }

 p { color: rgb(181,157,93); }

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

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

 a { background-color: rgb(181,157,93); }

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

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

 span { border-color: rgb(181,157,93); }

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