#B59152

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

Shades of Barley Corn #B59152

Tints of Barley Corn #B59152

Color information

#B59152 (or 0xB59152) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 52. RGB value is (181,145,82). Sum of RGB (Red+Green+Blue) = 181+145+82=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B59152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59152 is #4A6EAD. Grayscale: #949494. Windows color (decimal): -4877998 or 5411253. OLE color: 5411253.

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

Color convert

RGB18114582-
CMYK00.200.550.29
HSL38.18º40.08%51.57%-
HSV(B)38.18º54.7%70.98%-
XYZ30.730.6812.29-
YUV148.5890.43151.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 82 (32.42% from 255) = 20.10%
R=44.36%
G=35.54%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811458200.200.550.2938.1840.0851.57
HexB59152014371D262834
Octal2652211220246735465064
Binary1011010110010001101001001010011011111101100110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59152; }

 p { color: rgb(181,145,82); }

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

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

 a { background-color: rgb(181,145,82); }

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

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

 span { border-color: rgb(181,145,82); }

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