#B59361

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

Shades of Barley Corn #B59361

Tints of Barley Corn #B59361

Color information

#B59361 (or 0xB59361) is unknown color: approx Barley Corn. HEX triplet: B5, 93 and 61. RGB value is (181,147,97). Sum of RGB (Red+Green+Blue) = 181+147+97=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B59361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59361 is #4A6C9E. Grayscale: #979797. Windows color (decimal): -4877471 or 6394805. OLE color: 6394805.

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

Color convert

RGB18114797-
CMYK00.190.460.29
HSL35.71º36.21%54.51%-
HSV(B)35.71º46.41%70.98%-
XYZ31.6531.5515.73-
YUV151.4797.26149.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=42.59%
G=34.59%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811479700.190.460.2935.7136.2154.51
HexB593610132E1D242437
Octal2652231410235635444467
Binary1011010110010011110000101001110111011101100100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59361; }

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

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

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

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

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

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

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

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