#B49668

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

Shades of Barley Corn #B49668

Tints of Barley Corn #B49668

Color information

#B49668 (or 0xB49668) is unknown color: approx Barley Corn. HEX triplet: B4, 96 and 68. RGB value is (180,150,104). Sum of RGB (Red+Green+Blue) = 180+150+104=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B49668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49668 is #4B6997. Grayscale: #999999. Windows color (decimal): -4942232 or 6854324. OLE color: 6854324.

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

Color convert

RGB180150104-
CMYK00.170.420.29
HSL36.32º33.63%55.69%-
HSV(B)36.32º42.22%70.59%-
XYZ32.2332.5217.67-
YUV153.7399.94146.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=41.47%
G=34.56%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015010400.170.420.2936.3233.6355.69
HexB496680112A1D242238
Octal2642261500215235444270
Binary1011010010010110110100001000110101011101100100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49668; }

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

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

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

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

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

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

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

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