#B49D63

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

Shades of Barley Corn #B49D63

Tints of Barley Corn #B49D63

Color information

#B49D63 (or 0xB49D63) is unknown color: approx Barley Corn. HEX triplet: B4, 9D and 63. RGB value is (180,157,99). Sum of RGB (Red+Green+Blue) = 180+157+99=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D63 is #4B629C. Grayscale: #9D9D9D. Windows color (decimal): -4940445 or 6528436. OLE color: 6528436.

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

Color convert

RGB18015799-
CMYK00.130.450.29
HSL42.96º35.06%54.71%-
HSV(B)42.96º45%70.59%-
XYZ33.1334.7216.76-
YUV157.2695.12144.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=41.28%
G=36.01%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801579900.130.450.2942.9635.0654.71
HexB49D630D2D1D2b2337
Octal2642351430155535534367
Binary101101001001110111000110110110110111101101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D63; }

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

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

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

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

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

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

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

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