#B49366

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

Shades of Barley Corn #B49366

Tints of Barley Corn #B49366

Color information

#B49366 (or 0xB49366) is unknown color: approx Barley Corn. HEX triplet: B4, 93 and 66. RGB value is (180,147,102). Sum of RGB (Red+Green+Blue) = 180+147+102=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B49366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49366 is #4B6C99. Grayscale: #979797. Windows color (decimal): -4943002 or 6722484. OLE color: 6722484.

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

Color convert

RGB180147102-
CMYK00.180.430.29
HSL34.62º34.21%55.29%-
HSV(B)34.62º43.33%70.59%-
XYZ31.6531.5316.99-
YUV151.7499.93148.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 102 (40.23% from 255) = 23.78%
R=41.96%
G=34.27%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014710200.180.430.2934.6234.2155.29
HexB493660122B1D232237
Octal2642231460225335434267
Binary1011010010010011110011001001010101111101100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49366; }

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

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

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

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

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

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

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

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