#b58e5d

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

Shades of Barley Corn #B58E5D

Tints of Barley Corn #B58E5D

Color information

#B58E5D (or 0xB58E5D) is unknown color: approx Barley Corn. HEX triplet: B5, 8E and 5D. RGB value is (181,142,93). Sum of RGB (Red+Green+Blue) = 181+142+93=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E5D is #4A71A2. Grayscale: #949494. Windows color (decimal): -4878755 or 6131381. OLE color: 6131381.

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

Color convert

RGB18114293-
CMYK00.220.490.29
HSL33.41º37.29%53.73%-
HSV(B)33.41º48.62%70.98%-
XYZ30.729.9614.52-
YUV148.0896.92151.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=43.51%
G=34.13%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811429300.220.490.2933.4137.2953.73
HexB58E5D016311D212536
Octal2652161350266135414566
Binary1011010110001110101110101011011000111101100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58e5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58e5d; }

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

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

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

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

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

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

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

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