#B49866

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

Shades of Barley Corn #B49866

Tints of Barley Corn #B49866

Color information

#B49866 (or 0xB49866) is unknown color: approx Barley Corn. HEX triplet: B4, 98 and 66. RGB value is (180,152,102). Sum of RGB (Red+Green+Blue) = 180+152+102=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B49866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49866 is #4B6799. Grayscale: #9A9A9A. Windows color (decimal): -4941722 or 6723764. OLE color: 6723764.

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

Color convert

RGB180152102-
CMYK00.160.430.29
HSL38.46º34.21%55.29%-
HSV(B)38.46º43.33%70.59%-
XYZ32.4533.1217.25-
YUV154.6798.28146.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=41.47%
G=35.02%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015210200.160.430.2938.4634.2155.29
HexB498660102B1D262237
Octal2642301460205335464267
Binary1011010010011000110011001000010101111101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49866; }

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

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

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

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

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

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

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

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