#B18A5C

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

Shades of Barley Corn #B18A5C

Tints of Barley Corn #B18A5C

Color information

#B18A5C (or 0xB18A5C) is unknown color: approx Barley Corn. HEX triplet: B1, 8A and 5C. RGB value is (177,138,92). Sum of RGB (Red+Green+Blue) = 177+138+92=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A5C is #4E75A3. Grayscale: #909090. Windows color (decimal): -5141924 or 6064817. OLE color: 6064817.

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

Color convert

RGB17713892-
CMYK00.220.480.31
HSL32.47º35.27%52.75%-
HSV(B)32.47º48.02%69.41%-
XYZ29.1528.314.05-
YUV144.4298.42151.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=43.49%
G=33.91%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771389200.220.480.3132.4735.2752.75
HexB18A5C016301F202335
Octal2612121340266037404365
Binary1011000110001010101110001011011000011111100000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A5C; }

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

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

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

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

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

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

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

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