#B49364

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

Shades of Barley Corn #B49364

Tints of Barley Corn #B49364

Color information

#B49364 (or 0xB49364) is unknown color: approx Barley Corn. HEX triplet: B4, 93 and 64. RGB value is (180,147,100). Sum of RGB (Red+Green+Blue) = 180+147+100=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B49364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49364 is #4B6C9B. Grayscale: #979797. Windows color (decimal): -4943004 or 6591412. OLE color: 6591412.

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

Color convert

RGB180147100-
CMYK00.180.440.29
HSL35.25º34.78%54.9%-
HSV(B)35.25º44.44%70.59%-
XYZ31.5631.4916.47-
YUV151.5198.93148.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=42.15%
G=34.43%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014710000.180.440.2935.2534.7854.9
HexB493640122C1D232337
Octal2642231440225435434367
Binary1011010010010011110010001001010110011101100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49364; }

 p { color: rgb(180,147,100); }

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

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

 a { background-color: rgb(180,147,100); }

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

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

 span { border-color: rgb(180,147,100); }

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