#B49662

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

Shades of Barley Corn #B49662

Tints of Barley Corn #B49662

Color information

#B49662 (or 0xB49662) is unknown color: approx Barley Corn. HEX triplet: B4, 96 and 62. RGB value is (180,150,98). Sum of RGB (Red+Green+Blue) = 180+150+98=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B49662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49662 is #4B699D. Grayscale: #999999. Windows color (decimal): -4942238 or 6461108. OLE color: 6461108.

HSL color Cylindrical-coordinate representation of color #B49662: hue angle of 38.05º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B49662 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18015098-
CMYK00.170.460.29
HSL38.05º35.34%54.51%-
HSV(B)38.05º45.56%70.59%-
XYZ31.9332.416.13-
YUV153.0496.94147.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 98 (38.67% from 255) = 22.90%
R=42.06%
G=35.05%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801509800.170.460.2938.0535.3454.51
HexB496620112E1D262337
Octal2642261420215635464367
Binary1011010010010110110001001000110111011101100110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49662; }

 p { color: rgb(180,150,98); }

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

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

 a { background-color: rgb(180,150,98); }

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

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

 span { border-color: rgb(180,150,98); }

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