#B19560

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

Shades of Barley Corn #B19560

Tints of Barley Corn #B19560

Color information

#B19560 (or 0xB19560) is unknown color: approx Barley Corn. HEX triplet: B1, 95 and 60. RGB value is (177,149,96). Sum of RGB (Red+Green+Blue) = 177+149+96=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B19560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19560 is #4E6A9F. Grayscale: #979797. Windows color (decimal): -5139104 or 6329777. OLE color: 6329777.

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

Color convert

RGB17714996-
CMYK00.160.460.31
HSL39.26º34.18%53.53%-
HSV(B)39.26º45.76%69.41%-
XYZ30.9931.6915.55-
YUV151.3396.78146.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=41.94%
G=35.31%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771499600.160.460.3139.2634.1853.53
HexB195600102E1F272236
Octal2612251400205637474266
Binary1011000110010101110000001000010111011111100111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19560; }

 p { color: rgb(177,149,96); }

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

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

 a { background-color: rgb(177,149,96); }

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

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

 span { border-color: rgb(177,149,96); }

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