#B49D61

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

Shades of Barley Corn #B49D61

Tints of Barley Corn #B49D61

Color information

#B49D61 (or 0xB49D61) is unknown color: approx Barley Corn. HEX triplet: B4, 9D and 61. RGB value is (180,157,97). Sum of RGB (Red+Green+Blue) = 180+157+97=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D61 is #4B629E. Grayscale: #9D9D9D. Windows color (decimal): -4940447 or 6397364. OLE color: 6397364.

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

Color convert

RGB18015797-
CMYK00.130.460.29
HSL43.37º35.62%54.31%-
HSV(B)43.37º46.11%70.59%-
XYZ33.0434.6816.26-
YUV157.0494.12144.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=41.47%
G=36.18%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801579700.130.460.2943.3735.6254.31
HexB49D610D2E1D2b2436
Octal2642351410155635534466
Binary101101001001110111000010110110111011101101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D61; }

 p { color: rgb(180,157,97); }

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

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

 a { background-color: rgb(180,157,97); }

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

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

 span { border-color: rgb(180,157,97); }

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