#B58859

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

Shades of Barley Corn #B58859

Tints of Barley Corn #B58859

Color information

#B58859 (or 0xB58859) is unknown color: approx Barley Corn. HEX triplet: B5, 88 and 59. RGB value is (181,136,89). Sum of RGB (Red+Green+Blue) = 181+136+89=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B58859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58859 is #4A77A6. Grayscale: #909090. Windows color (decimal): -4880295 or 5867701. OLE color: 5867701.

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

Color convert

RGB18113689-
CMYK00.250.510.29
HSL30.65º38.33%52.94%-
HSV(B)30.65º50.83%70.98%-
XYZ29.6628.1513.32-
YUV144.196.91154.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 89 (35.16% from 255) = 21.92%
R=44.58%
G=33.50%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811368900.250.510.2930.6538.3352.94
HexB58859019331D1f2635
Octal2652101310316335374665
Binary101101011000100010110010110011100111110111111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58859; }

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

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

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

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

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

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

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

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