#B49064

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

Shades of Barley Corn #B49064

Tints of Barley Corn #B49064

Color information

#B49064 (or 0xB49064) is unknown color: approx Barley Corn. HEX triplet: B4, 90 and 64. RGB value is (180,144,100). Sum of RGB (Red+Green+Blue) = 180+144+100=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B49064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49064 is #4B6F9B. Grayscale: #959595. Windows color (decimal): -4943772 or 6590644. OLE color: 6590644.

HSL color Cylindrical-coordinate representation of color #B49064: hue angle of 33º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B49064 is Cyan = 0, Magento = 0.2, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180144100-
CMYK00.20.440.29
HSL33º34.78%54.9%-
HSV(B)33º44.44%70.59%-
XYZ31.130.5716.32-
YUV149.7599.93149.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=42.45%
G=33.96%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014410000.20.440.293334.7854.9
HexB490640142C1D212337
Octal2642201440245435414367
Binary1011010010010000110010001010010110011101100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49064; }

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

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

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

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

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

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

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

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