#B19A59

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

Shades of Barley Corn #B19A59

Tints of Barley Corn #B19A59

Color information

#B19A59 (or 0xB19A59) is unknown color: approx Barley Corn. HEX triplet: B1, 9A and 59. RGB value is (177,154,89). Sum of RGB (Red+Green+Blue) = 177+154+89=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A59 is #4E65A6. Grayscale: #999999. Windows color (decimal): -5137831 or 5872305. OLE color: 5872305.

HSL color Cylindrical-coordinate representation of color #B19A59: hue angle of 44.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B19A59 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17715489-
CMYK00.130.500.31
HSL44.32º36.07%52.16%-
HSV(B)44.32º49.72%69.41%-
XYZ31.4933.1814.2-
YUV153.4791.62144.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=42.14%
G=36.67%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771548900.130.500.3144.3236.0752.16
HexB19A590D321F2c2434
Octal2612321310156237544464
Binary101100011001101010110010110111001011111101100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A59; }

 p { color: rgb(177,154,89); }

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

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

 a { background-color: rgb(177,154,89); }

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

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

 span { border-color: rgb(177,154,89); }

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