#B59C59

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

Shades of Barley Corn #B59C59

Tints of Barley Corn #B59C59

Color information

#B59C59 (or 0xB59C59) is unknown color: approx Barley Corn. HEX triplet: B5, 9C and 59. RGB value is (181,156,89). Sum of RGB (Red+Green+Blue) = 181+156+89=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C59 is #4A63A6. Grayscale: #9C9C9C. Windows color (decimal): -4875175 or 5872821. OLE color: 5872821.

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

Color convert

RGB18115689-
CMYK00.140.510.29
HSL43.7º38.33%52.94%-
HSV(B)43.7º50.83%70.98%-
XYZ32.7534.3214.35-
YUV155.8490.28145.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 156 (61.33% from 255) = 36.62%
BLUE value IS 89 (35.16% from 255) = 20.89%
R=42.49%
G=36.62%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811568900.140.510.2943.738.3352.94
HexB59C590E331D2c2635
Octal2652341310166335544665
Binary101101011001110010110010111011001111101101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C59; }

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

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

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

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

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

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

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

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