#B59151

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

Shades of Barley Corn #B59151

Tints of Barley Corn #B59151

Color information

#B59151 (or 0xB59151) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 51. RGB value is (181,145,81). Sum of RGB (Red+Green+Blue) = 181+145+81=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B59151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59151 is #4A6EAE. Grayscale: #949494. Windows color (decimal): -4877999 or 5345717. OLE color: 5345717.

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

Color convert

RGB18114581-
CMYK00.200.550.29
HSL38.4º40.32%51.37%-
HSV(B)38.4º55.25%70.98%-
XYZ30.6730.6712.09-
YUV148.4789.93151.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=44.47%
G=35.63%
B=19.90%

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
Decimal1811458100.200.550.2938.440.3251.37
HexB59151014371D262833
Octal2652211210246735465063
Binary1011010110010001101000101010011011111101100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59151; }

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

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

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

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

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

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

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

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