#B49052

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

Shades of Barley Corn #B49052

Tints of Barley Corn #B49052

Color information

#B49052 (or 0xB49052) is unknown color: approx Barley Corn. HEX triplet: B4, 90 and 52. RGB value is (180,144,82). Sum of RGB (Red+Green+Blue) = 180+144+82=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B49052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49052 is #4B6FAD. Grayscale: #939393. Windows color (decimal): -4943790 or 5410996. OLE color: 5410996.

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

Color convert

RGB18014482-
CMYK00.20.540.29
HSL37.96º39.52%51.37%-
HSV(B)37.96º54.44%70.59%-
XYZ30.3230.2612.23-
YUV147.790.93151.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=44.33%
G=35.47%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801448200.20.540.2937.9639.5251.37
HexB49052014361D262833
Octal2642201220246635465063
Binary1011010010010000101001001010011011011101100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49052; }

 p { color: rgb(180,144,82); }

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

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

 a { background-color: rgb(180,144,82); }

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

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

 span { border-color: rgb(180,144,82); }

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