#B58A61

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

Shades of Barley Corn #B58A61

Tints of Barley Corn #B58A61

Color information

#B58A61 (or 0xB58A61) is unknown color: approx Barley Corn. HEX triplet: B5, 8A and 61. RGB value is (181,138,97). Sum of RGB (Red+Green+Blue) = 181+138+97=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A61 is #4A759E. Grayscale: #929292. Windows color (decimal): -4879775 or 6392501. OLE color: 6392501.

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

Color convert

RGB18113897-
CMYK00.240.460.29
HSL29.29º36.21%54.51%-
HSV(B)29.29º46.41%70.98%-
XYZ30.328.8615.28-
YUV146.18100.25152.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=43.51%
G=33.17%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811389700.240.460.2929.2936.2154.51
HexB58A610182E1D1d2437
Octal2652121410305635354467
Binary101101011000101011000010110001011101110111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A61; }

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

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

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

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

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

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

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

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