#B19362

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

Shades of Barley Corn #B19362

Tints of Barley Corn #B19362

Color information

#B19362 (or 0xB19362) is unknown color: approx Barley Corn. HEX triplet: B1, 93 and 62. RGB value is (177,147,98). Sum of RGB (Red+Green+Blue) = 177+147+98=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B19362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19362 is #4E6C9D. Grayscale: #969696. Windows color (decimal): -5139614 or 6460337. OLE color: 6460337.

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

Color convert

RGB17714798-
CMYK00.170.450.31
HSL37.22º33.62%53.92%-
HSV(B)37.22º44.63%69.41%-
XYZ30.7731.115.94-
YUV150.3898.44146.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=41.94%
G=34.83%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771479800.170.450.3137.2233.6253.92
HexB193620112D1F252236
Octal2612231420215537454266
Binary1011000110010011110001001000110110111111100101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19362; }

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

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

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

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

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

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

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

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