#B49863

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

Shades of Barley Corn #B49863

Tints of Barley Corn #B49863

Color information

#B49863 (or 0xB49863) is unknown color: approx Barley Corn. HEX triplet: B4, 98 and 63. RGB value is (180,152,99). Sum of RGB (Red+Green+Blue) = 180+152+99=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B49863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49863 is #4B679C. Grayscale: #9A9A9A. Windows color (decimal): -4941725 or 6527156. OLE color: 6527156.

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

Color convert

RGB18015299-
CMYK00.160.450.29
HSL39.26º35.06%54.71%-
HSV(B)39.26º45%70.59%-
XYZ32.333.0616.48-
YUV154.3396.78146.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 99 (39.06% from 255) = 22.97%
R=41.76%
G=35.27%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801529900.160.450.2939.2635.0654.71
HexB498630102D1D272337
Octal2642301430205535474367
Binary1011010010011000110001101000010110111101100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49863; }

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

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

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

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

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

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

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

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