#B59857

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

Shades of Barley Corn #B59857

Tints of Barley Corn #B59857

Color information

#B59857 (or 0xB59857) is unknown color: approx Barley Corn. HEX triplet: B5, 98 and 57. RGB value is (181,152,87). Sum of RGB (Red+Green+Blue) = 181+152+87=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B59857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59857 is #4A67A8. Grayscale: #999999. Windows color (decimal): -4876201 or 5740725. OLE color: 5740725.

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

Color convert

RGB18115287-
CMYK00.160.520.29
HSL41.49º38.84%52.55%-
HSV(B)41.49º51.93%70.98%-
XYZ3232.9713.69-
YUV153.2690.61147.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 87 (34.38% from 255) = 20.71%
R=43.10%
G=36.19%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811528700.160.520.2941.4938.8452.55
HexB59857010341D292735
Octal2652301270206435514765
Binary1011010110011000101011101000011010011101101001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59857; }

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

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

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

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

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

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

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

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