#B49163

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

Shades of Barley Corn #B49163

Tints of Barley Corn #B49163

Color information

#B49163 (or 0xB49163) is unknown color: approx Barley Corn. HEX triplet: B4, 91 and 63. RGB value is (180,145,99). Sum of RGB (Red+Green+Blue) = 180+145+99=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B49163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49163 is #4B6E9C. Grayscale: #969696. Windows color (decimal): -4943517 or 6525364. OLE color: 6525364.

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

Color convert

RGB18014599-
CMYK00.190.450.29
HSL34.07º35.06%54.71%-
HSV(B)34.07º45%70.59%-
XYZ31.230.8516.12-
YUV150.2299.1149.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 99 (39.06% from 255) = 23.35%
R=42.45%
G=34.20%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801459900.190.450.2934.0735.0654.71
HexB491630132D1D222337
Octal2642211430235535424367
Binary1011010010010001110001101001110110111101100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49163; }

 p { color: rgb(180,145,99); }

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

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

 a { background-color: rgb(180,145,99); }

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

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

 span { border-color: rgb(180,145,99); }

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