#B49664

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

Shades of Barley Corn #B49664

Tints of Barley Corn #B49664

Color information

#B49664 (or 0xB49664) is unknown color: approx Barley Corn. HEX triplet: B4, 96 and 64. RGB value is (180,150,100). Sum of RGB (Red+Green+Blue) = 180+150+100=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B49664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49664 is #4B699B. Grayscale: #999999. Windows color (decimal): -4942236 or 6592180. OLE color: 6592180.

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

Color convert

RGB180150100-
CMYK00.170.440.29
HSL37.5º34.78%54.9%-
HSV(B)37.5º44.44%70.59%-
XYZ32.0332.4416.63-
YUV153.2797.94147.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 100 (39.45% from 255) = 23.26%
R=41.86%
G=34.88%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015010000.170.440.2937.534.7854.9
HexB496640112C1D262337
Octal2642261440215435464367
Binary1011010010010110110010001000110110011101100110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49664; }

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

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

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

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

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

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

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

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