#B18B64

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

Shades of Barley Corn #B18B64

Tints of Barley Corn #B18B64

Color information

#B18B64 (or 0xB18B64) is unknown color: approx Barley Corn. HEX triplet: B1, 8B and 64. RGB value is (177,139,100). Sum of RGB (Red+Green+Blue) = 177+139+100=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B64 is #4E749B. Grayscale: #929292. Windows color (decimal): -5141660 or 6589361. OLE color: 6589361.

HSL color Cylindrical-coordinate representation of color #B18B64: hue angle of 30.39º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18B64 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB177139100-
CMYK00.210.440.31
HSL30.39º33.05%54.31%-
HSV(B)30.39º43.5%69.41%-
XYZ29.6628.7316.04-
YUV145.92102.09150.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 100 (39.45% from 255) = 24.04%
R=42.55%
G=33.41%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713910000.210.440.3130.3933.0554.31
HexB18B640152C1F1e2136
Octal2612131440255437364166
Binary101100011000101111001000101011011001111111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B64; }

 p { color: rgb(177,139,100); }

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

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

 a { background-color: rgb(177,139,100); }

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

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

 span { border-color: rgb(177,139,100); }

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