#B59165

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

Shades of Barley Corn #B59165

Tints of Barley Corn #B59165

Color information

#B59165 (or 0xB59165) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 65. RGB value is (181,145,101). Sum of RGB (Red+Green+Blue) = 181+145+101=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B59165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59165 is #4A6E9A. Grayscale: #969696. Windows color (decimal): -4877979 or 6656437. OLE color: 6656437.

HSL color Cylindrical-coordinate representation of color #B59165: hue angle of 33º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B59165 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB181145101-
CMYK00.200.440.29
HSL33º35.09%55.29%-
HSV(B)33º44.2%70.98%-
XYZ31.5331.0116.64-
YUV150.7599.93149.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=42.39%
G=33.96%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114510100.200.440.293335.0955.29
HexB591650142C1D212337
Octal2652211450245435414367
Binary1011010110010001110010101010010110011101100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59165; }

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

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

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

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

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

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

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

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