#B58E5C

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

Shades of Barley Corn #B58E5C

Tints of Barley Corn #B58E5C

Color information

#B58E5C (or 0xB58E5C) is unknown color: approx Barley Corn. HEX triplet: B5, 8E and 5C. RGB value is (181,142,92). Sum of RGB (Red+Green+Blue) = 181+142+92=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E5C is #4A71A3. Grayscale: #949494. Windows color (decimal): -4878756 or 6065845. OLE color: 6065845.

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

Color convert

RGB18114292-
CMYK00.220.490.29
HSL33.71º37.55%53.53%-
HSV(B)33.71º49.17%70.98%-
XYZ30.6629.9414.29-
YUV147.9696.42151.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=43.61%
G=34.22%
B=22.17%

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
Decimal1811429200.220.490.2933.7137.5553.53
HexB58E5C016311D222636
Octal2652161340266135424666
Binary1011010110001110101110001011011000111101100010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E5C; }

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

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

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

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

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

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

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

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