#B49556

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

Shades of Barley Corn #B49556

Tints of Barley Corn #B49556

Color information

#B49556 (or 0xB49556) is unknown color: approx Barley Corn. HEX triplet: B4, 95 and 56. RGB value is (180,149,86). Sum of RGB (Red+Green+Blue) = 180+149+86=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B49556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49556 is #4B6AA9. Grayscale: #979797. Windows color (decimal): -4942506 or 5674420. OLE color: 5674420.

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

Color convert

RGB18014986-
CMYK00.170.520.29
HSL40.21º38.52%52.16%-
HSV(B)40.21º52.22%70.59%-
XYZ31.2531.8713.31-
YUV151.0991.27148.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=43.37%
G=35.90%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801498600.170.520.2940.2138.5252.16
HexB49556011341D282734
Octal2642251260216435504764
Binary1011010010010101101011001000111010011101101000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49556; }

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

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

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

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

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

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

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

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