#B58D5C

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

Shades of Barley Corn #B58D5C

Tints of Barley Corn #B58D5C

Color information

#B58D5C (or 0xB58D5C) is unknown color: approx Barley Corn. HEX triplet: B5, 8D and 5C. RGB value is (181,141,92). Sum of RGB (Red+Green+Blue) = 181+141+92=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D5C is #4A72A3. Grayscale: #939393. Windows color (decimal): -4879012 or 6065589. OLE color: 6065589.

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

Color convert

RGB18114192-
CMYK00.220.490.29
HSL33.03º37.55%53.53%-
HSV(B)33.03º49.17%70.98%-
XYZ30.5129.6514.24-
YUV147.3796.75151.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=43.72%
G=34.06%
B=22.22%

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
Decimal1811419200.220.490.2933.0337.5553.53
HexB58D5C016311D212636
Octal2652151340266135414666
Binary1011010110001101101110001011011000111101100001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D5C; }

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

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

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

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

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

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

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

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