#B19D64

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

Shades of Barley Corn #B19D64

Tints of Barley Corn #B19D64

Color information

#B19D64 (or 0xB19D64) is unknown color: approx Barley Corn. HEX triplet: B1, 9D and 64. RGB value is (177,157,100). Sum of RGB (Red+Green+Blue) = 177+157+100=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D64 is #4E629B. Grayscale: #9C9C9C. Windows color (decimal): -5137052 or 6593969. OLE color: 6593969.

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

Color convert

RGB177157100-
CMYK00.110.440.31
HSL44.42º33.05%54.31%-
HSV(B)44.42º43.5%69.41%-
XYZ32.4934.3816.98-
YUV156.4896.13142.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=40.78%
G=36.18%
B=23.04%

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
Decimal17715710000.110.440.3144.4233.0554.31
HexB19D640B2C1F2c2136
Octal2612351440135437544166
Binary101100011001110111001000101110110011111101100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D64; }

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

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

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

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

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

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

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

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