#B59257

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

Shades of Barley Corn #B59257

Tints of Barley Corn #B59257

Color information

#B59257 (or 0xB59257) is unknown color: approx Barley Corn. HEX triplet: B5, 92 and 57. RGB value is (181,146,87). Sum of RGB (Red+Green+Blue) = 181+146+87=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B59257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59257 is #4A6DA8. Grayscale: #969696. Windows color (decimal): -4877737 or 5739189. OLE color: 5739189.

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

Color convert

RGB18114687-
CMYK00.190.520.29
HSL37.66º38.84%52.55%-
HSV(B)37.66º51.93%70.98%-
XYZ31.0631.0713.38-
YUV149.7492.6150.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 87 (34.38% from 255) = 21.01%
R=43.72%
G=35.27%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811468700.190.520.2937.6638.8452.55
HexB59257013341D262735
Octal2652221270236435464765
Binary1011010110010010101011101001111010011101100110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59257; }

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

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

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

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

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

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

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

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