#B58B5C

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

Shades of Barley Corn #B58B5C

Tints of Barley Corn #B58B5C

Color information

#B58B5C (or 0xB58B5C) is unknown color: approx Barley Corn. HEX triplet: B5, 8B and 5C. RGB value is (181,139,92). Sum of RGB (Red+Green+Blue) = 181+139+92=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B5C is #4A74A3. Grayscale: #929292. Windows color (decimal): -4879524 or 6065077. OLE color: 6065077.

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

Color convert

RGB18113992-
CMYK00.230.490.29
HSL31.69º37.55%53.53%-
HSV(B)31.69º49.17%70.98%-
XYZ30.2229.0614.14-
YUV146.297.41152.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=43.93%
G=33.74%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811399200.230.490.2931.6937.5553.53
HexB58B5C017311D202636
Octal2652131340276135404666
Binary1011010110001011101110001011111000111101100000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B5C; }

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

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

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

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

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

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

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

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