#B58C61

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

Shades of Barley Corn #B58C61

Tints of Barley Corn #B58C61

Color information

#B58C61 (or 0xB58C61) is unknown color: approx Barley Corn. HEX triplet: B5, 8C and 61. RGB value is (181,140,97). Sum of RGB (Red+Green+Blue) = 181+140+97=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C61 is #4A739E. Grayscale: #939393. Windows color (decimal): -4879263 or 6393013. OLE color: 6393013.

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

Color convert

RGB18114097-
CMYK00.230.460.29
HSL30.71º36.21%54.51%-
HSV(B)30.71º46.41%70.98%-
XYZ30.5929.4415.38-
YUV147.3699.58152-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=43.30%
G=33.49%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811409700.230.460.2930.7136.2154.51
HexB58C610172E1D1f2437
Octal2652141410275635374467
Binary101101011000110011000010101111011101110111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C61; }

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

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

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

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

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

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

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

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