#B19658

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

Shades of Barley Corn #B19658

Tints of Barley Corn #B19658

Color information

#B19658 (or 0xB19658) is unknown color: approx Barley Corn. HEX triplet: B1, 96 and 58. RGB value is (177,150,88). Sum of RGB (Red+Green+Blue) = 177+150+88=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B19658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19658 is #4E69A7. Grayscale: #979797. Windows color (decimal): -5138856 or 5805745. OLE color: 5805745.

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

Color convert

RGB17715088-
CMYK00.150.500.31
HSL41.8º36.33%51.96%-
HSV(B)41.8º50.28%69.41%-
XYZ30.831.8613.76-
YUV15192.45146.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 88 (34.77% from 255) = 21.20%
R=42.65%
G=36.14%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771508800.150.500.3141.836.3351.96
HexB196580F321F2a2434
Octal2612261300176237524464
Binary101100011001011010110000111111001011111101010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19658; }

 p { color: rgb(177,150,88); }

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

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

 a { background-color: rgb(177,150,88); }

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

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

 span { border-color: rgb(177,150,88); }

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