#B59061

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

Shades of Barley Corn #B59061

Tints of Barley Corn #B59061

Color information

#B59061 (or 0xB59061) is unknown color: approx Barley Corn. HEX triplet: B5, 90 and 61. RGB value is (181,144,97). Sum of RGB (Red+Green+Blue) = 181+144+97=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B59061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59061 is #4A6F9E. Grayscale: #959595. Windows color (decimal): -4878239 or 6394037. OLE color: 6394037.

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

Color convert

RGB18114497-
CMYK00.200.460.29
HSL33.57º36.21%54.51%-
HSV(B)33.57º46.41%70.98%-
XYZ31.1930.6315.58-
YUV149.798.26150.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=42.89%
G=34.12%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811449700.200.460.2933.5736.2154.51
HexB590610142E1D222437
Octal2652201410245635424467
Binary1011010110010000110000101010010111011101100010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59061; }

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

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

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

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

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

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

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

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