#B19157

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

Shades of Barley Corn #B19157

Tints of Barley Corn #B19157

Color information

#B19157 (or 0xB19157) is unknown color: approx Barley Corn. HEX triplet: B1, 91 and 57. RGB value is (177,145,87). Sum of RGB (Red+Green+Blue) = 177+145+87=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B19157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19157 is #4E6EA8. Grayscale: #949494. Windows color (decimal): -5140137 or 5738929. OLE color: 5738929.

HSL color Cylindrical-coordinate representation of color #B19157: hue angle of 38.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B19157 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17714587-
CMYK00.180.510.31
HSL38.67º36.59%51.76%-
HSV(B)38.67º50.85%69.41%-
XYZ29.9830.2913.28-
YUV147.9693.6148.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 87 (34.38% from 255) = 21.27%
R=43.28%
G=35.45%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771458700.180.510.3138.6736.5951.76
HexB19157012331F272534
Octal2612211270226337474564
Binary1011000110010001101011101001011001111111100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19157; }

 p { color: rgb(177,145,87); }

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

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

 a { background-color: rgb(177,145,87); }

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

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

 span { border-color: rgb(177,145,87); }

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