#B19A5F

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

Shades of Barley Corn #B19A5F

Tints of Barley Corn #B19A5F

Color information

#B19A5F (or 0xB19A5F) is unknown color: approx Barley Corn. HEX triplet: B1, 9A and 5F. RGB value is (177,154,95). Sum of RGB (Red+Green+Blue) = 177+154+95=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A5F is #4E65A0. Grayscale: #9A9A9A. Windows color (decimal): -5137825 or 6265521. OLE color: 6265521.

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

Color convert

RGB17715495-
CMYK00.130.460.31
HSL43.17º34.45%53.33%-
HSV(B)43.17º46.33%69.41%-
XYZ31.7533.2815.58-
YUV154.1594.62144.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=41.55%
G=36.15%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771549500.130.460.3143.1734.4553.33
HexB19A5F0D2E1F2b2235
Octal2612321370155637534265
Binary101100011001101010111110110110111011111101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A5F; }

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

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

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

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

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

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

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

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