#B49365

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

Shades of Barley Corn #B49365

Tints of Barley Corn #B49365

Color information

#B49365 (or 0xB49365) is unknown color: approx Barley Corn. HEX triplet: B4, 93 and 65. RGB value is (180,147,101). Sum of RGB (Red+Green+Blue) = 180+147+101=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B49365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49365 is #4B6C9A. Grayscale: #979797. Windows color (decimal): -4943003 or 6656948. OLE color: 6656948.

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

Color convert

RGB180147101-
CMYK00.180.440.29
HSL34.94º34.5%55.1%-
HSV(B)34.94º43.89%70.59%-
XYZ31.6131.5116.73-
YUV151.6299.43148.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=42.06%
G=34.35%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014710100.180.440.2934.9434.555.1
HexB493650122C1D232237
Octal2642231450225435434267
Binary1011010010010011110010101001010110011101100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49365; }

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

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

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

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

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

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

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

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