#B58D5D

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

Shades of Barley Corn #B58D5D

Tints of Barley Corn #B58D5D

Color information

#B58D5D (or 0xB58D5D) is unknown color: approx Barley Corn. HEX triplet: B5, 8D and 5D. RGB value is (181,141,93). Sum of RGB (Red+Green+Blue) = 181+141+93=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D5D is #4A72A2. Grayscale: #939393. Windows color (decimal): -4879011 or 6131125. OLE color: 6131125.

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

Color convert

RGB18114193-
CMYK00.220.490.29
HSL32.73º37.29%53.73%-
HSV(B)32.73º48.62%70.98%-
XYZ30.5629.6614.47-
YUV147.4997.25151.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=43.61%
G=33.98%
B=22.41%

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
Decimal1811419300.220.490.2932.7337.2953.73
HexB58D5D016311D212536
Octal2652151350266135414566
Binary1011010110001101101110101011011000111101100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D5D; }

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

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

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

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

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

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

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

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