#B49F61

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

Shades of Barley Corn #B49F61

Tints of Barley Corn #B49F61

Color information

#B49F61 (or 0xB49F61) is unknown color: approx Barley Corn. HEX triplet: B4, 9F and 61. RGB value is (180,159,97). Sum of RGB (Red+Green+Blue) = 180+159+97=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F61 is #4B609E. Grayscale: #9E9E9E. Windows color (decimal): -4939935 or 6397876. OLE color: 6397876.

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

Color convert

RGB18015997-
CMYK00.120.460.29
HSL44.82º35.62%54.31%-
HSV(B)44.82º46.11%70.59%-
XYZ33.3835.3616.38-
YUV158.2193.46143.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=41.28%
G=36.47%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801599700.120.460.2944.8235.6254.31
HexB49F610C2E1D2d2436
Octal2642371410145635554466
Binary101101001001111111000010110010111011101101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F61; }

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

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

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

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

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

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

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

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