#B49360

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

Shades of Barley Corn #B49360

Tints of Barley Corn #B49360

Color information

#B49360 (or 0xB49360) is unknown color: approx Barley Corn. HEX triplet: B4, 93 and 60. RGB value is (180,147,96). Sum of RGB (Red+Green+Blue) = 180+147+96=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B49360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49360 is #4B6C9F. Grayscale: #979797. Windows color (decimal): -4943008 or 6329268. OLE color: 6329268.

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

Color convert

RGB18014796-
CMYK00.180.470.29
HSL36.43º35.9%54.12%-
HSV(B)36.43º46.67%70.59%-
XYZ31.3731.4215.48-
YUV151.0596.93148.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=42.55%
G=34.75%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801479600.180.470.2936.4335.954.12
HexB493600122F1D242436
Octal2642231400225735444466
Binary1011010010010011110000001001010111111101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49360; }

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

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

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

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

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

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

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

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