#B59163

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

Shades of Barley Corn #B59163

Tints of Barley Corn #B59163

Color information

#B59163 (or 0xB59163) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 63. RGB value is (181,145,99). Sum of RGB (Red+Green+Blue) = 181+145+99=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B59163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59163 is #4A6E9C. Grayscale: #969696. Windows color (decimal): -4877981 or 6525365. OLE color: 6525365.

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

Color convert

RGB18114599-
CMYK00.200.450.29
HSL33.66º35.65%54.9%-
HSV(B)33.66º45.3%70.98%-
XYZ31.4330.9816.13-
YUV150.5298.93149.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 99 (39.06% from 255) = 23.29%
R=42.59%
G=34.12%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811459900.200.450.2933.6635.6554.9
HexB591630142D1D222437
Octal2652211430245535424467
Binary1011010110010001110001101010010110111101100010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59163; }

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

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

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

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

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

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

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

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