#B59C68

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

Shades of Barley Corn #B59C68

Tints of Barley Corn #B59C68

Color information

#B59C68 (or 0xB59C68) is unknown color: approx Barley Corn. HEX triplet: B5, 9C and 68. RGB value is (181,156,104). Sum of RGB (Red+Green+Blue) = 181+156+104=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C68 is #4A6397. Grayscale: #9D9D9D. Windows color (decimal): -4875160 or 6855861. OLE color: 6855861.

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

Color convert

RGB181156104-
CMYK00.140.430.29
HSL40.52º34.22%55.88%-
HSV(B)40.52º42.54%70.98%-
XYZ33.4434.618.01-
YUV157.5597.78144.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=41.04%
G=35.37%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115610400.140.430.2940.5234.2255.88
HexB59C680E2B1D292238
Octal2652341500165335514270
Binary101101011001110011010000111010101111101101001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C68; }

 p { color: rgb(181,156,104); }

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

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

 a { background-color: rgb(181,156,104); }

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

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

 span { border-color: rgb(181,156,104); }

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