#B19156

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

Shades of Barley Corn #B19156

Tints of Barley Corn #B19156

Color information

#B19156 (or 0xB19156) is unknown color: approx Barley Corn. HEX triplet: B1, 91 and 56. RGB value is (177,145,86). Sum of RGB (Red+Green+Blue) = 177+145+86=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B19156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19156 is #4E6EA9. Grayscale: #949494. Windows color (decimal): -5140138 or 5673393. OLE color: 5673393.

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

Color convert

RGB17714586-
CMYK00.180.510.31
HSL38.9º36.84%51.57%-
HSV(B)38.9º51.41%69.41%-
XYZ29.9430.2713.07-
YUV147.8493.1148.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=43.38%
G=35.54%
B=21.08%

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
Decimal1771458600.180.510.3138.936.8451.57
HexB19156012331F272534
Octal2612211260226337474564
Binary1011000110010001101011001001011001111111100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19156; }

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

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

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

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

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

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

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

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