#B58A5C

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

Shades of Barley Corn #B58A5C

Tints of Barley Corn #B58A5C

Color information

#B58A5C (or 0xB58A5C) is unknown color: approx Barley Corn. HEX triplet: B5, 8A and 5C. RGB value is (181,138,92). Sum of RGB (Red+Green+Blue) = 181+138+92=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A5C is #4A75A3. Grayscale: #919191. Windows color (decimal): -4879780 or 6064821. OLE color: 6064821.

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

Color convert

RGB18113892-
CMYK00.240.490.29
HSL31.01º37.55%53.53%-
HSV(B)31.01º49.17%70.98%-
XYZ30.0828.7714.09-
YUV145.6197.75153.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=44.04%
G=33.58%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811389200.240.490.2931.0137.5553.53
HexB58A5C018311D1f2636
Octal2652121340306135374666
Binary101101011000101010111000110001100011110111111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A5C; }

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

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

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

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

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

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

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

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