#B58F57

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

Shades of Barley Corn #B58F57

Tints of Barley Corn #B58F57

Color information

#B58F57 (or 0xB58F57) is unknown color: approx Barley Corn. HEX triplet: B5, 8F and 57. RGB value is (181,143,87). Sum of RGB (Red+Green+Blue) = 181+143+87=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F57 is #4A70A8. Grayscale: #949494. Windows color (decimal): -4878505 or 5738421. OLE color: 5738421.

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

Color convert

RGB18114387-
CMYK00.210.520.29
HSL35.74º38.84%52.55%-
HSV(B)35.74º51.93%70.98%-
XYZ30.630.1613.22-
YUV147.9893.59151.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=44.04%
G=34.79%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811438700.210.520.2935.7438.8452.55
HexB58F57015341D242735
Octal2652171270256435444765
Binary1011010110001111101011101010111010011101100100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F57; }

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

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

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

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

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

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

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

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