#B19C5B

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

Shades of Barley Corn #B19C5B

Tints of Barley Corn #B19C5B

Color information

#B19C5B (or 0xB19C5B) is unknown color: approx Barley Corn. HEX triplet: B1, 9C and 5B. RGB value is (177,156,91). Sum of RGB (Red+Green+Blue) = 177+156+91=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C5B is #4E63A4. Grayscale: #9B9B9B. Windows color (decimal): -5137317 or 6003889. OLE color: 6003889.

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

Color convert

RGB17715691-
CMYK00.120.490.31
HSL45.35º35.54%52.55%-
HSV(B)45.35º48.59%69.41%-
XYZ31.9133.8814.76-
YUV154.8791.96143.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 156 (61.33% from 255) = 36.79%
BLUE value IS 91 (35.94% from 255) = 21.46%
R=41.75%
G=36.79%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771569100.120.490.3145.3535.5452.55
HexB19C5B0C311F2d2435
Octal2612341330146137554465
Binary101100011001110010110110110011000111111101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C5B; }

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

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

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

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

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

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

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

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