#B49C65

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

Shades of Barley Corn #B49C65

Tints of Barley Corn #B49C65

Color information

#B49C65 (or 0xB49C65) is unknown color: approx Barley Corn. HEX triplet: B4, 9C and 65. RGB value is (180,156,101). Sum of RGB (Red+Green+Blue) = 180+156+101=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C65 is #4B639A. Grayscale: #9D9D9D. Windows color (decimal): -4940699 or 6659252. OLE color: 6659252.

HSL color Cylindrical-coordinate representation of color #B49C65: hue angle of 41.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B49C65 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180156101-
CMYK00.130.440.29
HSL41.77º34.5%55.1%-
HSV(B)41.77º43.89%70.59%-
XYZ33.0634.4217.21-
YUV156.9196.45144.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=41.19%
G=35.70%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015610100.130.440.2941.7734.555.1
HexB49C650D2C1D2a2237
Octal2642341450155435524267
Binary101101001001110011001010110110110011101101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C65; }

 p { color: rgb(180,156,101); }

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

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

 a { background-color: rgb(180,156,101); }

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

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

 span { border-color: rgb(180,156,101); }

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