#B49666

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

Shades of Barley Corn #B49666

Tints of Barley Corn #B49666

Color information

#B49666 (or 0xB49666) is unknown color: approx Barley Corn. HEX triplet: B4, 96 and 66. RGB value is (180,150,102). Sum of RGB (Red+Green+Blue) = 180+150+102=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B49666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49666 is #4B6999. Grayscale: #999999. Windows color (decimal): -4942234 or 6723252. OLE color: 6723252.

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

Color convert

RGB180150102-
CMYK00.170.430.29
HSL36.92º34.21%55.29%-
HSV(B)36.92º43.33%70.59%-
XYZ32.1332.4817.15-
YUV153.598.94146.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=41.67%
G=34.72%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015010200.170.430.2936.9234.2155.29
HexB496660112B1D252237
Octal2642261460215335454267
Binary1011010010010110110011001000110101111101100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49666; }

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

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

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

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

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

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

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

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