#B58F52

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

Shades of Barley Corn #B58F52

Tints of Barley Corn #B58F52

Color information

#B58F52 (or 0xB58F52) is unknown color: approx Barley Corn. HEX triplet: B5, 8F and 52. RGB value is (181,143,82). Sum of RGB (Red+Green+Blue) = 181+143+82=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F52 is #4A70AD. Grayscale: #939393. Windows color (decimal): -4878510 or 5410741. OLE color: 5410741.

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

Color convert

RGB18114382-
CMYK00.210.550.29
HSL36.97º40.08%51.57%-
HSV(B)36.97º54.7%70.98%-
XYZ30.430.0812.19-
YUV147.4191.09151.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=44.58%
G=35.22%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811438200.210.550.2936.9740.0851.57
HexB58F52015371D252834
Octal2652171220256735455064
Binary1011010110001111101001001010111011111101100101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F52; }

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

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

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

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

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

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

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

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