#B58C60

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

Shades of Barley Corn #B58C60

Tints of Barley Corn #B58C60

Color information

#B58C60 (or 0xB58C60) is unknown color: approx Barley Corn. HEX triplet: B5, 8C and 60. RGB value is (181,140,96). Sum of RGB (Red+Green+Blue) = 181+140+96=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C60 is #4A739F. Grayscale: #939393. Windows color (decimal): -4879264 or 6327477. OLE color: 6327477.

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

Color convert

RGB18114096-
CMYK00.230.470.29
HSL31.06º36.48%54.31%-
HSV(B)31.06º46.96%70.98%-
XYZ30.5529.4215.14-
YUV147.2499.08152.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=43.41%
G=33.57%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811409600.230.470.2931.0636.4854.31
HexB58C600172F1D1f2436
Octal2652141400275735374466
Binary101101011000110011000000101111011111110111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C60; }

 p { color: rgb(181,140,96); }

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

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

 a { background-color: rgb(181,140,96); }

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

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

 span { border-color: rgb(181,140,96); }

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