#B59A58

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

Shades of Barley Corn #B59A58

Tints of Barley Corn #B59A58

Color information

#B59A58 (or 0xB59A58) is unknown color: approx Barley Corn. HEX triplet: B5, 9A and 58. RGB value is (181,154,88). Sum of RGB (Red+Green+Blue) = 181+154+88=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A58 is #4A65A7. Grayscale: #9A9A9A. Windows color (decimal): -4875688 or 5806773. OLE color: 5806773.

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

Color convert

RGB18115488-
CMYK00.150.510.29
HSL42.58º38.59%52.75%-
HSV(B)42.58º51.38%70.98%-
XYZ32.3733.6414.02-
YUV154.5590.45146.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 88 (34.77% from 255) = 20.80%
R=42.79%
G=36.41%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811548800.150.510.2942.5838.5952.75
HexB59A580F331D2b2735
Octal2652321300176335534765
Binary101101011001101010110000111111001111101101011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A58; }

 p { color: rgb(181,154,88); }

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

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

 a { background-color: rgb(181,154,88); }

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

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

 span { border-color: rgb(181,154,88); }

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