#B58F56

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

Shades of Barley Corn #B58F56

Tints of Barley Corn #B58F56

Color information

#B58F56 (or 0xB58F56) is unknown color: approx Barley Corn. HEX triplet: B5, 8F and 56. RGB value is (181,143,86). Sum of RGB (Red+Green+Blue) = 181+143+86=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F56 is #4A70A9. Grayscale: #949494. Windows color (decimal): -4878506 or 5672885. OLE color: 5672885.

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

Color convert

RGB18114386-
CMYK00.210.520.29
HSL36º39.09%52.35%-
HSV(B)36º52.49%70.98%-
XYZ30.5630.1413.01-
YUV147.8693.09151.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 86 (33.98% from 255) = 20.98%
R=44.15%
G=34.88%
B=20.98%

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
Decimal1811438600.210.520.293639.0952.35
HexB58F56015341D242734
Octal2652171260256435444764
Binary1011010110001111101011001010111010011101100100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F56; }

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

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

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

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

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

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

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

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