#B49463

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

Shades of Barley Corn #B49463

Tints of Barley Corn #B49463

Color information

#B49463 (or 0xB49463) is unknown color: approx Barley Corn. HEX triplet: B4, 94 and 63. RGB value is (180,148,99). Sum of RGB (Red+Green+Blue) = 180+148+99=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B49463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49463 is #4B6B9C. Grayscale: #989898. Windows color (decimal): -4942749 or 6526132. OLE color: 6526132.

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

Color convert

RGB18014899-
CMYK00.180.450.29
HSL36.3º35.06%54.71%-
HSV(B)36.3º45%70.59%-
XYZ31.6631.7816.27-
YUV151.9898.1147.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=42.15%
G=34.66%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801489900.180.450.2936.335.0654.71
HexB494630122D1D242337
Octal2642241430225535444367
Binary1011010010010100110001101001010110111101100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49463; }

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

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

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

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

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

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

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

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