#B59169

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

Shades of Barley Corn #B59169

Tints of Barley Corn #B59169

Color information

#B59169 (or 0xB59169) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 69. RGB value is (181,145,105). Sum of RGB (Red+Green+Blue) = 181+145+105=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B59169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59169 is #4A6E96. Grayscale: #979797. Windows color (decimal): -4877975 or 6918581. OLE color: 6918581.

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

Color convert

RGB181145105-
CMYK00.200.420.29
HSL31.58º33.93%56.08%-
HSV(B)31.58º41.99%70.98%-
XYZ31.7331.0917.69-
YUV151.2101.93149.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=42.00%
G=33.64%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114510500.200.420.2931.5833.9356.08
HexB591690142A1D202238
Octal2652211510245235404270
Binary1011010110010001110100101010010101011101100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59169; }

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

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

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

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

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

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

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

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