#B19B67

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

Shades of Barley Corn #B19B67

Tints of Barley Corn #B19B67

Color information

#B19B67 (or 0xB19B67) is unknown color: approx Barley Corn. HEX triplet: B1, 9B and 67. RGB value is (177,155,103). Sum of RGB (Red+Green+Blue) = 177+155+103=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B67 is #4E6498. Grayscale: #9B9B9B. Windows color (decimal): -5137561 or 6790065. OLE color: 6790065.

HSL color Cylindrical-coordinate representation of color #B19B67: hue angle of 42.16º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B19B67 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB177155103-
CMYK00.120.420.31
HSL42.16º32.17%54.9%-
HSV(B)42.16º41.81%69.41%-
XYZ32.333.7717.65-
YUV155.6598.29143.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=40.69%
G=35.63%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715510300.120.420.3142.1632.1754.9
HexB19B670C2A1F2a2037
Octal2612331470145237524067
Binary101100011001101111001110110010101011111101010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B67; }

 p { color: rgb(177,155,103); }

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

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

 a { background-color: rgb(177,155,103); }

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

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

 span { border-color: rgb(177,155,103); }

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