#B49D66

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

Shades of Barley Corn #B49D66

Tints of Barley Corn #B49D66

Color information

#B49D66 (or 0xB49D66) is unknown color: approx Barley Corn. HEX triplet: B4, 9D and 66. RGB value is (180,157,102). Sum of RGB (Red+Green+Blue) = 180+157+102=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D66 is #4B6299. Grayscale: #9D9D9D. Windows color (decimal): -4940442 or 6725044. OLE color: 6725044.

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

Color convert

RGB180157102-
CMYK00.130.430.29
HSL42.31º34.21%55.29%-
HSV(B)42.31º43.33%70.59%-
XYZ33.2834.7817.53-
YUV157.6196.62143.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 157 (61.72% from 255) = 35.76%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=41.00%
G=35.76%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015710200.130.430.2942.3134.2155.29
HexB49D660D2B1D2a2237
Octal2642351460155335524267
Binary101101001001110111001100110110101111101101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D66; }

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

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

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

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

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

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

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

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