#B49560

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

Shades of Barley Corn #B49560

Tints of Barley Corn #B49560

Color information

#B49560 (or 0xB49560) is unknown color: approx Barley Corn. HEX triplet: B4, 95 and 60. RGB value is (180,149,96). Sum of RGB (Red+Green+Blue) = 180+149+96=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B49560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49560 is #4B6A9F. Grayscale: #989898. Windows color (decimal): -4942496 or 6329780. OLE color: 6329780.

HSL color Cylindrical-coordinate representation of color #B49560: hue angle of 37.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B49560 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18014996-
CMYK00.170.470.29
HSL37.86º35.9%54.12%-
HSV(B)37.86º46.67%70.59%-
XYZ31.6832.0415.58-
YUV152.2396.27147.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=42.35%
G=35.06%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801499600.170.470.2937.8635.954.12
HexB495600112F1D262436
Octal2642251400215735464466
Binary1011010010010101110000001000110111111101100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49560; }

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

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

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

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

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

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

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

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