#B19B68

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

Shades of Barley Corn #B19B68

Tints of Barley Corn #B19B68

Color information

#B19B68 (or 0xB19B68) is unknown color: approx Barley Corn. HEX triplet: B1, 9B and 68. RGB value is (177,155,104). Sum of RGB (Red+Green+Blue) = 177+155+104=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B68 is #4E6497. Grayscale: #9B9B9B. Windows color (decimal): -5137560 or 6855601. OLE color: 6855601.

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

Color convert

RGB177155104-
CMYK00.120.410.31
HSL41.92º31.88%55.1%-
HSV(B)41.92º41.24%69.41%-
XYZ32.3533.7917.91-
YUV155.7698.79143.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=40.60%
G=35.55%
B=23.85%

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
Decimal17715510400.120.410.3141.9231.8855.1
HexB19B680C291F2a2037
Octal2612331500145137524067
Binary101100011001101111010000110010100111111101010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B68; }

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

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

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

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

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

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

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

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