#B18E64

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

Shades of Barley Corn #B18E64

Tints of Barley Corn #B18E64

Color information

#B18E64 (or 0xB18E64) is unknown color: approx Barley Corn. HEX triplet: B1, 8E and 64. RGB value is (177,142,100). Sum of RGB (Red+Green+Blue) = 177+142+100=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E64 is #4E719B. Grayscale: #939393. Windows color (decimal): -5140892 or 6590129. OLE color: 6590129.

HSL color Cylindrical-coordinate representation of color #B18E64: hue angle of 32.73º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18E64 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB177142100-
CMYK00.200.440.31
HSL32.73º33.05%54.31%-
HSV(B)32.73º43.5%69.41%-
XYZ30.129.6116.19-
YUV147.68101.1148.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 100 (39.45% from 255) = 23.87%
R=42.24%
G=33.89%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714210000.200.440.3132.7333.0554.31
HexB18E640142C1F212136
Octal2612161440245437414166
Binary1011000110001110110010001010010110011111100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E64; }

 p { color: rgb(177,142,100); }

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

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

 a { background-color: rgb(177,142,100); }

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

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

 span { border-color: rgb(177,142,100); }

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