#B49860

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

Shades of Barley Corn #B49860

Tints of Barley Corn #B49860

Color information

#B49860 (or 0xB49860) is unknown color: approx Barley Corn. HEX triplet: B4, 98 and 60. RGB value is (180,152,96). Sum of RGB (Red+Green+Blue) = 180+152+96=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B49860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49860 is #4B679F. Grayscale: #9A9A9A. Windows color (decimal): -4941728 or 6330548. OLE color: 6330548.

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

Color convert

RGB18015296-
CMYK00.160.470.29
HSL40º35.9%54.12%-
HSV(B)40º46.67%70.59%-
XYZ32.163315.74-
YUV153.9995.28146.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=42.06%
G=35.51%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801529600.160.470.294035.954.12
HexB498600102F1D282436
Octal2642301400205735504466
Binary1011010010011000110000001000010111111101101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49860; }

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

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

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

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

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

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

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

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