#B49D60

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

Shades of Barley Corn #B49D60

Tints of Barley Corn #B49D60

Color information

#B49D60 (or 0xB49D60) is unknown color: approx Barley Corn. HEX triplet: B4, 9D and 60. RGB value is (180,157,96). Sum of RGB (Red+Green+Blue) = 180+157+96=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D60 is #4B629F. Grayscale: #9D9D9D. Windows color (decimal): -4940448 or 6331828. OLE color: 6331828.

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

Color convert

RGB18015796-
CMYK00.130.470.29
HSL43.57º35.9%54.12%-
HSV(B)43.57º46.67%70.59%-
XYZ32.9934.6616.02-
YUV156.9293.62144.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=41.57%
G=36.26%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801579600.130.470.2943.5735.954.12
HexB49D600D2F1D2c2436
Octal2642351400155735544466
Binary101101001001110111000000110110111111101101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D60; }

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

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

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

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

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

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

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

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