#B49F65

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

Shades of Barley Corn #B49F65

Tints of Barley Corn #B49F65

Color information

#B49F65 (or 0xB49F65) is unknown color: approx Barley Corn. HEX triplet: B4, 9F and 65. RGB value is (180,159,101). Sum of RGB (Red+Green+Blue) = 180+159+101=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F65 is #4B609A. Grayscale: #9E9E9E. Windows color (decimal): -4939931 or 6660020. OLE color: 6660020.

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

Color convert

RGB180159101-
CMYK00.120.440.29
HSL44.05º34.5%55.1%-
HSV(B)44.05º43.89%70.59%-
XYZ33.5735.4417.38-
YUV158.6795.46143.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=40.91%
G=36.14%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015910100.120.440.2944.0534.555.1
HexB49F650C2C1D2c2237
Octal2642371450145435544267
Binary101101001001111111001010110010110011101101100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F65; }

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

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

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

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

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

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

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

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