#B59457

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

Shades of Barley Corn #B59457

Tints of Barley Corn #B59457

Color information

#B59457 (or 0xB59457) is unknown color: approx Barley Corn. HEX triplet: B5, 94 and 57. RGB value is (181,148,87). Sum of RGB (Red+Green+Blue) = 181+148+87=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B59457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59457 is #4A6BA8. Grayscale: #979797. Windows color (decimal): -4877225 or 5739701. OLE color: 5739701.

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

Color convert

RGB18114887-
CMYK00.180.520.29
HSL38.94º38.84%52.55%-
HSV(B)38.94º51.93%70.98%-
XYZ31.3731.6913.48-
YUV150.9191.93149.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 87 (34.38% from 255) = 20.91%
R=43.51%
G=35.58%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811488700.180.520.2938.9438.8452.55
HexB59457012341D272735
Octal2652241270226435474765
Binary1011010110010100101011101001011010011101100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59457; }

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

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

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

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

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

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

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

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