#B49763

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

Shades of Barley Corn #B49763

Tints of Barley Corn #B49763

Color information

#B49763 (or 0xB49763) is unknown color: approx Barley Corn. HEX triplet: B4, 97 and 63. RGB value is (180,151,99). Sum of RGB (Red+Green+Blue) = 180+151+99=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B49763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49763 is #4B689C. Grayscale: #999999. Windows color (decimal): -4941981 or 6526900. OLE color: 6526900.

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

Color convert

RGB18015199-
CMYK00.160.450.29
HSL38.52º35.06%54.71%-
HSV(B)38.52º45%70.59%-
XYZ32.1432.7416.43-
YUV153.7497.11146.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 99 (39.06% from 255) = 23.02%
R=41.86%
G=35.12%
B=23.02%

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
Decimal1801519900.160.450.2938.5235.0654.71
HexB497630102D1D272337
Octal2642271430205535474367
Binary1011010010010111110001101000010110111101100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49763; }

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

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

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

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

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

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

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

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