#B49252

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

Shades of Barley Corn #B49252

Tints of Barley Corn #B49252

Color information

#B49252 (or 0xB49252) is unknown color: approx Barley Corn. HEX triplet: B4, 92 and 52. RGB value is (180,146,82). Sum of RGB (Red+Green+Blue) = 180+146+82=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B49252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49252 is #4B6DAD. Grayscale: #959595. Windows color (decimal): -4943278 or 5411508. OLE color: 5411508.

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

Color convert

RGB18014682-
CMYK00.190.540.29
HSL39.18º39.52%51.37%-
HSV(B)39.18º54.44%70.59%-
XYZ30.6230.8712.33-
YUV148.8790.26150.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 82 (32.42% from 255) = 20.10%
R=44.12%
G=35.78%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801468200.190.540.2939.1839.5251.37
HexB49252013361D272833
Octal2642221220236635475063
Binary1011010010010010101001001001111011011101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49252; }

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

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

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

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

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

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

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

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