#B59259

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

Shades of Barley Corn #B59259

Tints of Barley Corn #B59259

Color information

#B59259 (or 0xB59259) is unknown color: approx Barley Corn. HEX triplet: B5, 92 and 59. RGB value is (181,146,89). Sum of RGB (Red+Green+Blue) = 181+146+89=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B59259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59259 is #4A6DA6. Grayscale: #969696. Windows color (decimal): -4877735 or 5870261. OLE color: 5870261.

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

Color convert

RGB18114689-
CMYK00.190.510.29
HSL37.17º38.33%52.94%-
HSV(B)37.17º50.83%70.98%-
XYZ31.1431.113.81-
YUV149.9793.6150.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=43.51%
G=35.10%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811468900.190.510.2937.1738.3352.94
HexB59259013331D252635
Octal2652221310236335454665
Binary1011010110010010101100101001111001111101100101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59259; }

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

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

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

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

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

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

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

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