#B58860

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

Shades of Barley Corn #B58860

Tints of Barley Corn #B58860

Color information

#B58860 (or 0xB58860) is unknown color: approx Barley Corn. HEX triplet: B5, 88 and 60. RGB value is (181,136,96). Sum of RGB (Red+Green+Blue) = 181+136+96=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B58860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58860 is #4A779F. Grayscale: #919191. Windows color (decimal): -4880288 or 6326453. OLE color: 6326453.

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

Color convert

RGB18113696-
CMYK00.250.470.29
HSL28.24º36.48%54.31%-
HSV(B)28.24º46.96%70.98%-
XYZ29.9728.2814.94-
YUV144.89100.41153.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=43.83%
G=32.93%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811369600.250.470.2928.2436.4854.31
HexB588600192F1D1c2436
Octal2652101400315735344466
Binary101101011000100011000000110011011111110111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58860; }

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

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

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

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

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

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

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

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