#B19A5B

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

Shades of Barley Corn #B19A5B

Tints of Barley Corn #B19A5B

Color information

#B19A5B (or 0xB19A5B) is unknown color: approx Barley Corn. HEX triplet: B1, 9A and 5B. RGB value is (177,154,91). Sum of RGB (Red+Green+Blue) = 177+154+91=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A5B is #4E65A4. Grayscale: #999999. Windows color (decimal): -5137829 or 6003377. OLE color: 6003377.

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

Color convert

RGB17715491-
CMYK00.130.490.31
HSL43.95º35.54%52.55%-
HSV(B)43.95º48.59%69.41%-
XYZ31.5833.2114.64-
YUV153.792.62144.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=41.94%
G=36.49%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771549100.130.490.3143.9535.5452.55
HexB19A5B0D311F2c2435
Octal2612321330156137544465
Binary101100011001101010110110110111000111111101100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A5B; }

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

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

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

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

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

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

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

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