#B49963

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

Shades of Barley Corn #B49963

Tints of Barley Corn #B49963

Color information

#B49963 (or 0xB49963) is unknown color: approx Barley Corn. HEX triplet: B4, 99 and 63. RGB value is (180,153,99). Sum of RGB (Red+Green+Blue) = 180+153+99=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B49963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49963 is #4B669C. Grayscale: #9B9B9B. Windows color (decimal): -4941469 or 6527412. OLE color: 6527412.

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

Color convert

RGB18015399-
CMYK00.150.450.29
HSL40º35.06%54.71%-
HSV(B)40º45%70.59%-
XYZ32.4733.3916.54-
YUV154.9296.45145.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 99 (39.06% from 255) = 22.92%
R=41.67%
G=35.42%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801539900.150.450.294035.0654.71
HexB499630F2D1D282337
Octal2642311430175535504367
Binary101101001001100111000110111110110111101101000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49963; }

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

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

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

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

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

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

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

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