#B49F63

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

Shades of Barley Corn #B49F63

Tints of Barley Corn #B49F63

Color information

#B49F63 (or 0xB49F63) is unknown color: approx Barley Corn. HEX triplet: B4, 9F and 63. RGB value is (180,159,99). Sum of RGB (Red+Green+Blue) = 180+159+99=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F63 is #4B609C. Grayscale: #9E9E9E. Windows color (decimal): -4939933 or 6528948. OLE color: 6528948.

HSL color Cylindrical-coordinate representation of color #B49F63: hue angle of 44.44º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B49F63 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18015999-
CMYK00.120.450.29
HSL44.44º35.06%54.71%-
HSV(B)44.44º45%70.59%-
XYZ33.4735.416.87-
YUV158.4494.46143.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 159 (62.5% from 255) = 36.30%
BLUE value IS 99 (39.06% from 255) = 22.60%
R=41.10%
G=36.30%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801599900.120.450.2944.4435.0654.71
HexB49F630C2D1D2c2337
Octal2642371430145535544367
Binary101101001001111111000110110010110111101101100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F63; }

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

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

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

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

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

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

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

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