#B58F53

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

Shades of Barley Corn #B58F53

Tints of Barley Corn #B58F53

Color information

#B58F53 (or 0xB58F53) is unknown color: approx Barley Corn. HEX triplet: B5, 8F and 53. RGB value is (181,143,83). Sum of RGB (Red+Green+Blue) = 181+143+83=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F53 is #4A70AC. Grayscale: #939393. Windows color (decimal): -4878509 or 5476277. OLE color: 5476277.

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

Color convert

RGB18114383-
CMYK00.210.540.29
HSL36.73º39.84%51.76%-
HSV(B)36.73º54.14%70.98%-
XYZ30.4430.0912.39-
YUV147.5291.59151.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 83 (32.81% from 255) = 20.39%
R=44.47%
G=35.14%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811438300.210.540.2936.7339.8451.76
HexB58F53015361D252834
Octal2652171230256635455064
Binary1011010110001111101001101010111011011101100101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F53; }

 p { color: rgb(181,143,83); }

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

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

 a { background-color: rgb(181,143,83); }

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

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

 span { border-color: rgb(181,143,83); }

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