#B49657

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

Shades of Barley Corn #B49657

Tints of Barley Corn #B49657

Color information

#B49657 (or 0xB49657) is unknown color: approx Barley Corn. HEX triplet: B4, 96 and 57. RGB value is (180,150,87). Sum of RGB (Red+Green+Blue) = 180+150+87=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B49657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49657 is #4B69A8. Grayscale: #989898. Windows color (decimal): -4942249 or 5740212. OLE color: 5740212.

HSL color Cylindrical-coordinate representation of color #B49657: hue angle of 40.65º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B49657 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18015087-
CMYK00.170.520.29
HSL40.65º38.27%52.35%-
HSV(B)40.65º51.67%70.59%-
XYZ31.4532.213.58-
YUV151.7991.44148.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 87 (34.38% from 255) = 20.86%
R=43.17%
G=35.97%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801508700.170.520.2940.6538.2752.35
HexB49657011341D292634
Octal2642261270216435514664
Binary1011010010010110101011101000111010011101101001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49657; }

 p { color: rgb(180,150,87); }

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

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

 a { background-color: rgb(180,150,87); }

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

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

 span { border-color: rgb(180,150,87); }

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