#B49565

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

Shades of Barley Corn #B49565

Tints of Barley Corn #B49565

Color information

#B49565 (or 0xB49565) is unknown color: approx Barley Corn. HEX triplet: B4, 95 and 65. RGB value is (180,149,101). Sum of RGB (Red+Green+Blue) = 180+149+101=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B49565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49565 is #4B6A9A. Grayscale: #999999. Windows color (decimal): -4942491 or 6657460. OLE color: 6657460.

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

Color convert

RGB180149101-
CMYK00.170.440.29
HSL36.46º34.5%55.1%-
HSV(B)36.46º43.89%70.59%-
XYZ31.9232.1416.83-
YUV152.898.77147.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=41.86%
G=34.65%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014910100.170.440.2936.4634.555.1
HexB495650112C1D242237
Octal2642251450215435444267
Binary1011010010010101110010101000110110011101100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49565; }

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

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

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

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

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

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

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

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