#B18C5D

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

Shades of Barley Corn #B18C5D

Tints of Barley Corn #B18C5D

Color information

#B18C5D (or 0xB18C5D) is unknown color: approx Barley Corn. HEX triplet: B1, 8C and 5D. RGB value is (177,140,93). Sum of RGB (Red+Green+Blue) = 177+140+93=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C5D is #4E73A2. Grayscale: #919191. Windows color (decimal): -5141411 or 6130865. OLE color: 6130865.

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

Color convert

RGB17714093-
CMYK00.210.470.31
HSL33.57º35%52.94%-
HSV(B)33.57º47.46%69.41%-
XYZ29.4928.8914.38-
YUV145.798.26150.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=43.17%
G=34.15%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771409300.210.470.3133.573552.94
HexB18C5D0152F1F222335
Octal2612141350255737424365
Binary1011000110001100101110101010110111111111100010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C5D; }

 p { color: rgb(177,140,93); }

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

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

 a { background-color: rgb(177,140,93); }

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

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

 span { border-color: rgb(177,140,93); }

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