#B59B68

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

Shades of Barley Corn #B59B68

Tints of Barley Corn #B59B68

Color information

#B59B68 (or 0xB59B68) is unknown color: approx Barley Corn. HEX triplet: B5, 9B and 68. RGB value is (181,155,104). Sum of RGB (Red+Green+Blue) = 181+155+104=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B68 is #4A6497. Grayscale: #9D9D9D. Windows color (decimal): -4875416 or 6855605. OLE color: 6855605.

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

Color convert

RGB181155104-
CMYK00.140.430.29
HSL39.74º34.22%55.88%-
HSV(B)39.74º42.54%70.98%-
XYZ33.2834.2717.96-
YUV156.9698.11145.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=41.14%
G=35.23%
B=23.64%

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
Decimal18115510400.140.430.2939.7434.2255.88
HexB59B680E2B1D282238
Octal2652331500165335504270
Binary101101011001101111010000111010101111101101000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B68; }

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

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

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

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

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

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

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

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