#B49063

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

Shades of Barley Corn #B49063

Tints of Barley Corn #B49063

Color information

#B49063 (or 0xB49063) is unknown color: approx Barley Corn. HEX triplet: B4, 90 and 63. RGB value is (180,144,99). Sum of RGB (Red+Green+Blue) = 180+144+99=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B49063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49063 is #4B6F9C. Grayscale: #959595. Windows color (decimal): -4943773 or 6525108. OLE color: 6525108.

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

Color convert

RGB18014499-
CMYK00.20.450.29
HSL33.33º35.06%54.71%-
HSV(B)33.33º45%70.59%-
XYZ31.0530.5516.06-
YUV149.6399.43149.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=42.55%
G=34.04%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801449900.20.450.2933.3335.0654.71
HexB490630142D1D212337
Octal2642201430245535414367
Binary1011010010010000110001101010010110111101100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49063; }

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

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

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

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

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

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

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

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