#B49266

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

Shades of Barley Corn #B49266

Tints of Barley Corn #B49266

Color information

#B49266 (or 0xB49266) is unknown color: approx Barley Corn. HEX triplet: B4, 92 and 66. RGB value is (180,146,102). Sum of RGB (Red+Green+Blue) = 180+146+102=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B49266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49266 is #4B6D99. Grayscale: #979797. Windows color (decimal): -4943258 or 6722228. OLE color: 6722228.

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

Color convert

RGB180146102-
CMYK00.190.430.29
HSL33.85º34.21%55.29%-
HSV(B)33.85º43.33%70.59%-
XYZ31.531.2216.94-
YUV151.15100.26148.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=42.06%
G=34.11%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014610200.190.430.2933.8534.2155.29
HexB492660132B1D222237
Octal2642221460235335424267
Binary1011010010010010110011001001110101111101100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49266; }

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

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

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

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

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

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

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

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