#B59C5C

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

Shades of Barley Corn #B59C5C

Tints of Barley Corn #B59C5C

Color information

#B59C5C (or 0xB59C5C) is unknown color: approx Barley Corn. HEX triplet: B5, 9C and 5C. RGB value is (181,156,92). Sum of RGB (Red+Green+Blue) = 181+156+92=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C5C is #4A63A3. Grayscale: #9C9C9C. Windows color (decimal): -4875172 or 6069429. OLE color: 6069429.

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

Color convert

RGB18115692-
CMYK00.140.490.29
HSL43.15º37.55%53.53%-
HSV(B)43.15º49.17%70.98%-
XYZ32.8834.3715.03-
YUV156.1891.78145.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=42.19%
G=36.36%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811569200.140.490.2943.1537.5553.53
HexB59C5C0E311D2b2636
Octal2652341340166135534666
Binary101101011001110010111000111011000111101101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C5C; }

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

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

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

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

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

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

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

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