#B58961

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

Shades of Barley Corn #B58961

Tints of Barley Corn #B58961

Color information

#B58961 (or 0xB58961) is unknown color: approx Barley Corn. HEX triplet: B5, 89 and 61. RGB value is (181,137,97). Sum of RGB (Red+Green+Blue) = 181+137+97=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B58961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58961 is #4A769E. Grayscale: #919191. Windows color (decimal): -4880031 or 6392245. OLE color: 6392245.

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

Color convert

RGB18113797-
CMYK00.240.460.29
HSL28.57º36.21%54.51%-
HSV(B)28.57º46.41%70.98%-
XYZ30.1628.5815.24-
YUV145.6100.58153.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=43.61%
G=33.01%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811379700.240.460.2928.5736.2154.51
HexB589610182E1D1d2437
Octal2652111410305635354467
Binary101101011000100111000010110001011101110111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58961; }

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

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

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

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

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

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

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

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