#B49C59

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

Shades of Barley Corn #B49C59

Tints of Barley Corn #B49C59

Color information

#B49C59 (or 0xB49C59) is unknown color: approx Barley Corn. HEX triplet: B4, 9C and 59. RGB value is (180,156,89). Sum of RGB (Red+Green+Blue) = 180+156+89=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C59 is #4B63A6. Grayscale: #9B9B9B. Windows color (decimal): -4940711 or 5872820. OLE color: 5872820.

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

Color convert

RGB18015689-
CMYK00.130.510.29
HSL44.18º37.76%52.75%-
HSV(B)44.18º50.56%70.59%-
XYZ32.5134.214.34-
YUV155.5490.45145.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 89 (35.16% from 255) = 20.94%
R=42.35%
G=36.71%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801568900.130.510.2944.1837.7652.75
HexB49C590D331D2c2635
Octal2642341310156335544665
Binary101101001001110010110010110111001111101101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C59; }

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

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

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

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

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

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

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

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