#B49F60

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

Shades of Barley Corn #B49F60

Tints of Barley Corn #B49F60

Color information

#B49F60 (or 0xB49F60) is unknown color: approx Barley Corn. HEX triplet: B4, 9F and 60. RGB value is (180,159,96). Sum of RGB (Red+Green+Blue) = 180+159+96=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F60 is #4B609F. Grayscale: #9E9E9E. Windows color (decimal): -4939936 or 6332340. OLE color: 6332340.

HSL color Cylindrical-coordinate representation of color #B49F60: hue angle of 45º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B49F60 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18015996-
CMYK00.120.470.29
HSL45º35.9%54.12%-
HSV(B)45º46.67%70.59%-
XYZ33.3335.3416.13-
YUV158.192.96143.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=41.38%
G=36.55%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801599600.120.470.294535.954.12
HexB49F600C2F1D2d2436
Octal2642371400145735554466
Binary101101001001111111000000110010111111101101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F60; }

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

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

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

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

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

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

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

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