#B59B59

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

Shades of Barley Corn #B59B59

Tints of Barley Corn #B59B59

Color information

#B59B59 (or 0xB59B59) is unknown color: approx Barley Corn. HEX triplet: B5, 9B and 59. RGB value is (181,155,89). Sum of RGB (Red+Green+Blue) = 181+155+89=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B59 is #4A64A6. Grayscale: #9B9B9B. Windows color (decimal): -4875431 or 5872565. OLE color: 5872565.

HSL color Cylindrical-coordinate representation of color #B59B59: hue angle of 43.04º degrees, saturation: 0.38, 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 #B59B59 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18115589-
CMYK00.140.510.29
HSL43.04º38.33%52.94%-
HSV(B)43.04º50.83%70.98%-
XYZ32.5833.9914.29-
YUV155.2590.61146.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 155 (60.94% from 255) = 36.47%
BLUE value IS 89 (35.16% from 255) = 20.94%
R=42.59%
G=36.47%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811558900.140.510.2943.0438.3352.94
HexB59B590E331D2b2635
Octal2652331310166335534665
Binary101101011001101110110010111011001111101101011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B59; }

 p { color: rgb(181,155,89); }

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

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

 a { background-color: rgb(181,155,89); }

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

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

 span { border-color: rgb(181,155,89); }

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