#B59363

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

Shades of Barley Corn #B59363

Tints of Barley Corn #B59363

Color information

#B59363 (or 0xB59363) is unknown color: approx Barley Corn. HEX triplet: B5, 93 and 63. RGB value is (181,147,99). Sum of RGB (Red+Green+Blue) = 181+147+99=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B59363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59363 is #4A6C9C. Grayscale: #979797. Windows color (decimal): -4877469 or 6525877. OLE color: 6525877.

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

Color convert

RGB18114799-
CMYK00.190.450.29
HSL35.12º35.65%54.9%-
HSV(B)35.12º45.3%70.98%-
XYZ31.7431.5916.23-
YUV151.6998.26148.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=42.39%
G=34.43%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811479900.190.450.2935.1235.6554.9
HexB593630132D1D232437
Octal2652231430235535434467
Binary1011010110010011110001101001110110111101100011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59363; }

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

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

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

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

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

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

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

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