#B19B69

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

Shades of Barley Corn #B19B69

Tints of Barley Corn #B19B69

Color information

#B19B69 (or 0xB19B69) is unknown color: approx Barley Corn. HEX triplet: B1, 9B and 69. RGB value is (177,155,105). Sum of RGB (Red+Green+Blue) = 177+155+105=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B69 is #4E6496. Grayscale: #9C9C9C. Windows color (decimal): -5137559 or 6921137. OLE color: 6921137.

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

Color convert

RGB177155105-
CMYK00.120.410.31
HSL41.67º31.58%55.29%-
HSV(B)41.67º40.68%69.41%-
XYZ32.433.8118.18-
YUV155.8899.29143.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=40.50%
G=35.47%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715510500.120.410.3141.6731.5855.29
HexB19B690C291F2a2037
Octal2612331510145137524067
Binary101100011001101111010010110010100111111101010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B69; }

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

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

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

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

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

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

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

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