#B19E64

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

Shades of Barley Corn #B19E64

Tints of Barley Corn #B19E64

Color information

#B19E64 (or 0xB19E64) is unknown color: approx Barley Corn. HEX triplet: B1, 9E and 64. RGB value is (177,158,100). Sum of RGB (Red+Green+Blue) = 177+158+100=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E64 is #4E619B. Grayscale: #9D9D9D. Windows color (decimal): -5136796 or 6594225. OLE color: 6594225.

HSL color Cylindrical-coordinate representation of color #B19E64: hue angle of 45.19º 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 #B19E64 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB177158100-
CMYK00.110.440.31
HSL45.19º33.05%54.31%-
HSV(B)45.19º43.5%69.41%-
XYZ32.6634.7217.04-
YUV157.0795.79142.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=40.69%
G=36.32%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715810000.110.440.3145.1933.0554.31
HexB19E640B2C1F2d2136
Octal2612361440135437554166
Binary101100011001111011001000101110110011111101101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E64; }

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

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

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

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

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

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

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

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