#B59366

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

Shades of Barley Corn #B59366

Tints of Barley Corn #B59366

Color information

#B59366 (or 0xB59366) is unknown color: approx Barley Corn. HEX triplet: B5, 93 and 66. RGB value is (181,147,102). Sum of RGB (Red+Green+Blue) = 181+147+102=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B59366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59366 is #4A6C99. Grayscale: #989898. Windows color (decimal): -4877466 or 6722485. OLE color: 6722485.

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

Color convert

RGB181147102-
CMYK00.190.440.29
HSL34.18º34.8%55.49%-
HSV(B)34.18º43.65%70.98%-
XYZ31.8931.6517-
YUV152.0499.76148.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=42.09%
G=34.19%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114710200.190.440.2934.1834.855.49
HexB593660132C1D222337
Octal2652231460235435424367
Binary1011010110010011110011001001110110011101100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59366; }

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

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

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

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

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

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

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

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