#B19064

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

Shades of Barley Corn #B19064

Tints of Barley Corn #B19064

Color information

#B19064 (or 0xB19064) is unknown color: approx Barley Corn. HEX triplet: B1, 90 and 64. RGB value is (177,144,100). Sum of RGB (Red+Green+Blue) = 177+144+100=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B19064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19064 is #4E6F9B. Grayscale: #959595. Windows color (decimal): -5140380 or 6590641. OLE color: 6590641.

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

Color convert

RGB177144100-
CMYK00.190.440.31
HSL34.29º33.05%54.31%-
HSV(B)34.29º43.5%69.41%-
XYZ30.430.2116.29-
YUV148.85100.43148.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=42.04%
G=34.20%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714410000.190.440.3134.2933.0554.31
HexB190640132C1F222136
Octal2612201440235437424166
Binary1011000110010000110010001001110110011111100010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19064; }

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

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

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

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

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

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

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

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