#B19359

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

Shades of Barley Corn #B19359

Tints of Barley Corn #B19359

Color information

#B19359 (or 0xB19359) is unknown color: approx Barley Corn. HEX triplet: B1, 93 and 59. RGB value is (177,147,89). Sum of RGB (Red+Green+Blue) = 177+147+89=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B19359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19359 is #4E6CA6. Grayscale: #959595. Windows color (decimal): -5139623 or 5870513. OLE color: 5870513.

HSL color Cylindrical-coordinate representation of color #B19359: hue angle of 39.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B19359 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17714789-
CMYK00.170.500.31
HSL39.55º36.07%52.16%-
HSV(B)39.55º49.72%69.41%-
XYZ30.3730.9413.82-
YUV149.3693.94147.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 89 (35.16% from 255) = 21.55%
R=42.86%
G=35.59%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771478900.170.500.3139.5536.0752.16
HexB19359011321F282434
Octal2612231310216237504464
Binary1011000110010011101100101000111001011111101000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19359; }

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

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

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

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

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

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

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

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