#B58E5E

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

Shades of Barley Corn #B58E5E

Tints of Barley Corn #B58E5E

Color information

#B58E5E (or 0xB58E5E) is unknown color: approx Barley Corn. HEX triplet: B5, 8E and 5E. RGB value is (181,142,94). Sum of RGB (Red+Green+Blue) = 181+142+94=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E5E is #4A71A1. Grayscale: #949494. Windows color (decimal): -4878754 or 6196917. OLE color: 6196917.

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

Color convert

RGB18114294-
CMYK00.220.480.29
HSL33.1º37.02%53.92%-
HSV(B)33.1º48.07%70.98%-
XYZ30.7529.9814.76-
YUV148.1997.42151.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=43.41%
G=34.05%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811429400.220.480.2933.137.0253.92
HexB58E5E016301D212536
Octal2652161360266035414566
Binary1011010110001110101111001011011000011101100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E5E; }

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

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

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

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

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

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

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

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