#B19360

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

Shades of Barley Corn #B19360

Tints of Barley Corn #B19360

Color information

#B19360 (or 0xB19360) is unknown color: approx Barley Corn. HEX triplet: B1, 93 and 60. RGB value is (177,147,96). Sum of RGB (Red+Green+Blue) = 177+147+96=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B19360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19360 is #4E6C9F. Grayscale: #969696. Windows color (decimal): -5139616 or 6329265. OLE color: 6329265.

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

Color convert

RGB17714796-
CMYK00.170.460.31
HSL37.78º34.18%53.53%-
HSV(B)37.78º45.76%69.41%-
XYZ30.6831.0615.44-
YUV150.1697.44147.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=42.14%
G=35%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771479600.170.460.3137.7834.1853.53
HexB193600112E1F262236
Octal2612231400215637464266
Binary1011000110010011110000001000110111011111100110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19360; }

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

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

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

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

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

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

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

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