#B58B5E

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

Shades of Barley Corn #B58B5E

Tints of Barley Corn #B58B5E

Color information

#B58B5E (or 0xB58B5E) is unknown color: approx Barley Corn. HEX triplet: B5, 8B and 5E. RGB value is (181,139,94). Sum of RGB (Red+Green+Blue) = 181+139+94=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B5E is #4A74A1. Grayscale: #929292. Windows color (decimal): -4879522 or 6196149. OLE color: 6196149.

HSL color Cylindrical-coordinate representation of color #B58B5E: hue angle of 31.03º 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 #B58B5E is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18113994-
CMYK00.230.480.29
HSL31.03º37.02%53.92%-
HSV(B)31.03º48.07%70.98%-
XYZ30.3129.114.61-
YUV146.4398.41152.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=43.72%
G=33.57%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811399400.230.480.2931.0337.0253.92
HexB58B5E017301D1f2536
Octal2652131360276035374566
Binary101101011000101110111100101111100001110111111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B5E; }

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

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

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

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

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

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

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

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