#B58861

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

Shades of Barley Corn #B58861

Tints of Barley Corn #B58861

Color information

#B58861 (or 0xB58861) is unknown color: approx Barley Corn. HEX triplet: B5, 88 and 61. RGB value is (181,136,97). Sum of RGB (Red+Green+Blue) = 181+136+97=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B58861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58861 is #4A779E. Grayscale: #919191. Windows color (decimal): -4880287 or 6391989. OLE color: 6391989.

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

Color convert

RGB18113697-
CMYK00.250.460.29
HSL27.86º36.21%54.51%-
HSV(B)27.86º46.41%70.98%-
XYZ30.0228.315.19-
YUV145.01100.91153.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=43.72%
G=32.85%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811369700.250.460.2927.8636.2154.51
HexB588610192E1D1c2437
Octal2652101410315635344467
Binary101101011000100011000010110011011101110111100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58861; }

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

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

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

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

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

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

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

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