#B49056

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

Shades of Barley Corn #B49056

Tints of Barley Corn #B49056

Color information

#B49056 (or 0xB49056) is unknown color: approx Barley Corn. HEX triplet: B4, 90 and 56. RGB value is (180,144,86). Sum of RGB (Red+Green+Blue) = 180+144+86=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B49056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49056 is #4B6FA9. Grayscale: #949494. Windows color (decimal): -4943786 or 5673140. OLE color: 5673140.

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

Color convert

RGB18014486-
CMYK00.20.520.29
HSL37.02º38.52%52.16%-
HSV(B)37.02º52.22%70.59%-
XYZ30.4830.3213.05-
YUV148.1592.93150.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 86 (33.98% from 255) = 20.98%
R=43.90%
G=35.12%
B=20.98%

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
Decimal1801448600.20.520.2937.0238.5252.16
HexB49056014341D252734
Octal2642201260246435454764
Binary1011010010010000101011001010011010011101100101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49056; }

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

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

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

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

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

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

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

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