#B49057

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

Shades of Barley Corn #B49057

Tints of Barley Corn #B49057

Color information

#B49057 (or 0xB49057) is unknown color: approx Barley Corn. HEX triplet: B4, 90 and 57. RGB value is (180,144,87). Sum of RGB (Red+Green+Blue) = 180+144+87=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B49057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49057 is #4B6FA8. Grayscale: #949494. Windows color (decimal): -4943785 or 5738676. OLE color: 5738676.

HSL color Cylindrical-coordinate representation of color #B49057: hue angle of 36.77º 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 #B49057 is Cyan = 0, Magento = 0.2, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18014487-
CMYK00.20.520.29
HSL36.77º38.27%52.35%-
HSV(B)36.77º51.67%70.59%-
XYZ30.5230.3413.26-
YUV148.2793.43150.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=43.80%
G=35.04%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801448700.20.520.2936.7738.2752.35
HexB49057014341D252634
Octal2642201270246435454664
Binary1011010010010000101011101010011010011101100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49057; }

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

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

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

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

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

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

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

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