#B58D5E

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

Shades of Barley Corn #B58D5E

Tints of Barley Corn #B58D5E

Color information

#B58D5E (or 0xB58D5E) is unknown color: approx Barley Corn. HEX triplet: B5, 8D and 5E. RGB value is (181,141,94). Sum of RGB (Red+Green+Blue) = 181+141+94=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D5E is #4A72A1. Grayscale: #939393. Windows color (decimal): -4879010 or 6196661. OLE color: 6196661.

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

Color convert

RGB18114194-
CMYK00.220.480.29
HSL32.41º37.02%53.92%-
HSV(B)32.41º48.07%70.98%-
XYZ30.629.6814.71-
YUV147.697.75151.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=43.51%
G=33.89%
B=22.60%

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
Decimal1811419400.220.480.2932.4137.0253.92
HexB58D5E016301D202536
Octal2652151360266035404566
Binary1011010110001101101111001011011000011101100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D5E; }

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

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

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

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

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

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

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

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