#B59369

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

Shades of Barley Corn #B59369

Tints of Barley Corn #B59369

Color information

#B59369 (or 0xB59369) is unknown color: approx Barley Corn. HEX triplet: B5, 93 and 69. RGB value is (181,147,105). Sum of RGB (Red+Green+Blue) = 181+147+105=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B59369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59369 is #4A6C96. Grayscale: #989898. Windows color (decimal): -4877463 or 6919093. OLE color: 6919093.

HSL color Cylindrical-coordinate representation of color #B59369: hue angle of 33.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B59369 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB181147105-
CMYK00.190.420.29
HSL33.16º33.93%56.08%-
HSV(B)33.16º41.99%70.98%-
XYZ32.0431.7117.8-
YUV152.38101.26148.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=41.80%
G=33.95%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114710500.190.420.2933.1633.9356.08
HexB593690132A1D212238
Octal2652231510235235414270
Binary1011010110010011110100101001110101011101100001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59369; }

 p { color: rgb(181,147,105); }

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

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

 a { background-color: rgb(181,147,105); }

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

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

 span { border-color: rgb(181,147,105); }

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