#B19364

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

Shades of Barley Corn #B19364

Tints of Barley Corn #B19364

Color information

#B19364 (or 0xB19364) is unknown color: approx Barley Corn. HEX triplet: B1, 93 and 64. RGB value is (177,147,100). Sum of RGB (Red+Green+Blue) = 177+147+100=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B19364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19364 is #4E6C9B. Grayscale: #969696. Windows color (decimal): -5139612 or 6591409. OLE color: 6591409.

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

Color convert

RGB177147100-
CMYK00.170.440.31
HSL36.62º33.05%54.31%-
HSV(B)36.62º43.5%69.41%-
XYZ30.8731.1316.44-
YUV150.6199.44146.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=41.75%
G=34.67%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714710000.170.440.3136.6233.0554.31
HexB193640112C1F252136
Octal2612231440215437454166
Binary1011000110010011110010001000110110011111100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19364; }

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

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

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

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

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

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

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

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