#B49157

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

Shades of Barley Corn #B49157

Tints of Barley Corn #B49157

Color information

#B49157 (or 0xB49157) is unknown color: approx Barley Corn. HEX triplet: B4, 91 and 57. RGB value is (180,145,87). Sum of RGB (Red+Green+Blue) = 180+145+87=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B49157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49157 is #4B6EA8. Grayscale: #959595. Windows color (decimal): -4943529 or 5738932. OLE color: 5738932.

HSL color Cylindrical-coordinate representation of color #B49157: hue angle of 37.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B49157 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18014587-
CMYK00.190.520.29
HSL37.42º38.27%52.35%-
HSV(B)37.42º51.67%70.59%-
XYZ30.6730.6413.31-
YUV148.8593.1150.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 87 (34.38% from 255) = 21.12%
R=43.69%
G=35.19%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801458700.190.520.2937.4238.2752.35
HexB49157013341D252634
Octal2642211270236435454664
Binary1011010010010001101011101001111010011101100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49157; }

 p { color: rgb(180,145,87); }

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

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

 a { background-color: rgb(180,145,87); }

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

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

 span { border-color: rgb(180,145,87); }

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