#B49362

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

Shades of Barley Corn #B49362

Tints of Barley Corn #B49362

Color information

#B49362 (or 0xB49362) is unknown color: approx Barley Corn. HEX triplet: B4, 93 and 62. RGB value is (180,147,98). Sum of RGB (Red+Green+Blue) = 180+147+98=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B49362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49362 is #4B6C9D. Grayscale: #979797. Windows color (decimal): -4943006 or 6460340. OLE color: 6460340.

HSL color Cylindrical-coordinate representation of color #B49362: hue angle of 35.85º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B49362 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18014798-
CMYK00.180.460.29
HSL35.85º35.34%54.51%-
HSV(B)35.85º45.56%70.59%-
XYZ31.4631.4515.97-
YUV151.2897.93148.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=42.35%
G=34.59%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801479800.180.460.2935.8535.3454.51
HexB493620122E1D242337
Octal2642231420225635444367
Binary1011010010010011110001001001010111011101100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49362; }

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

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

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

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

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

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

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

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