#B18B5C

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

Shades of Barley Corn #B18B5C

Tints of Barley Corn #B18B5C

Color information

#B18B5C (or 0xB18B5C) is unknown color: approx Barley Corn. HEX triplet: B1, 8B and 5C. RGB value is (177,139,92). Sum of RGB (Red+Green+Blue) = 177+139+92=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B5C is #4E74A3. Grayscale: #919191. Windows color (decimal): -5141668 or 6065073. OLE color: 6065073.

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

Color convert

RGB17713992-
CMYK00.210.480.31
HSL33.18º35.27%52.75%-
HSV(B)33.18º48.02%69.41%-
XYZ29.328.5914.1-
YUV14598.09150.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=43.38%
G=34.07%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771399200.210.480.3133.1835.2752.75
HexB18B5C015301F212335
Octal2612131340256037414365
Binary1011000110001011101110001010111000011111100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B5C; }

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

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

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

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

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

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

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

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