#B19657

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

Shades of Barley Corn #B19657

Tints of Barley Corn #B19657

Color information

#B19657 (or 0xB19657) is unknown color: approx Barley Corn. HEX triplet: B1, 96 and 57. RGB value is (177,150,87). Sum of RGB (Red+Green+Blue) = 177+150+87=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B19657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19657 is #4E69A8. Grayscale: #979797. Windows color (decimal): -5138857 or 5740209. OLE color: 5740209.

HSL color Cylindrical-coordinate representation of color #B19657: hue angle of 42º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B19657 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17715087-
CMYK00.150.510.31
HSL42º36.59%51.76%-
HSV(B)42º50.85%69.41%-
XYZ30.7631.8513.54-
YUV150.8991.95146.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 87 (34.38% from 255) = 21.01%
R=42.75%
G=36.23%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771508700.150.510.314236.5951.76
HexB196570F331F2a2534
Octal2612261270176337524564
Binary101100011001011010101110111111001111111101010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19657; }

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

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

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

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

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

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

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

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