#B58E58

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

Shades of Barley Corn #B58E58

Tints of Barley Corn #B58E58

Color information

#B58E58 (or 0xB58E58) is unknown color: approx Barley Corn. HEX triplet: B5, 8E and 58. RGB value is (181,142,88). Sum of RGB (Red+Green+Blue) = 181+142+88=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E58 is #4A71A7. Grayscale: #939393. Windows color (decimal): -4878760 or 5803701. OLE color: 5803701.

HSL color Cylindrical-coordinate representation of color #B58E58: hue angle of 34.84º degrees, saturation: 0.39, 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 #B58E58 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18114288-
CMYK00.220.510.29
HSL34.84º38.59%52.75%-
HSV(B)34.84º51.38%70.98%-
XYZ30.4929.8713.39-
YUV147.5194.42151.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 88 (34.77% from 255) = 21.41%
R=44.04%
G=34.55%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811428800.220.510.2934.8438.5952.75
HexB58E58016331D232735
Octal2652161300266335434765
Binary1011010110001110101100001011011001111101100011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E58; }

 p { color: rgb(181,142,88); }

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

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

 a { background-color: rgb(181,142,88); }

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

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

 span { border-color: rgb(181,142,88); }

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