#B49169

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

Shades of Barley Corn #B49169

Tints of Barley Corn #B49169

Color information

#B49169 (or 0xB49169) is unknown color: approx Barley Corn. HEX triplet: B4, 91 and 69. RGB value is (180,145,105). Sum of RGB (Red+Green+Blue) = 180+145+105=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B49169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49169 is #4B6E96. Grayscale: #979797. Windows color (decimal): -4943511 or 6918580. OLE color: 6918580.

HSL color Cylindrical-coordinate representation of color #B49169: hue angle of 32º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B49169 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB180145105-
CMYK00.190.420.29
HSL32º33.33%55.88%-
HSV(B)32º41.67%70.59%-
XYZ31.530.9717.68-
YUV150.9102.1148.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=41.86%
G=33.72%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014510500.190.420.293233.3355.88
HexB491690132A1D202138
Octal2642211510235235404170
Binary1011010010010001110100101001110101011101100000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49169; }

 p { color: rgb(180,145,105); }

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

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

 a { background-color: rgb(180,145,105); }

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

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

 span { border-color: rgb(180,145,105); }

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