#B59859

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

Shades of Barley Corn #B59859

Tints of Barley Corn #B59859

Color information

#B59859 (or 0xB59859) is unknown color: approx Barley Corn. HEX triplet: B5, 98 and 59. RGB value is (181,152,89). Sum of RGB (Red+Green+Blue) = 181+152+89=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B59859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59859 is #4A67A6. Grayscale: #999999. Windows color (decimal): -4876199 or 5871797. OLE color: 5871797.

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

Color convert

RGB18115289-
CMYK00.160.510.29
HSL41.09º38.33%52.94%-
HSV(B)41.09º50.83%70.98%-
XYZ32.093314.13-
YUV153.4991.61147.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 152 (59.77% from 255) = 36.02%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=42.89%
G=36.02%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811528900.160.510.2941.0938.3352.94
HexB59859010331D292635
Octal2652301310206335514665
Binary1011010110011000101100101000011001111101101001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59859; }

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

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

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

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

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

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

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

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