#B59961

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

Shades of Barley Corn #B59961

Tints of Barley Corn #B59961

Color information

#B59961 (or 0xB59961) is unknown color: approx Barley Corn. HEX triplet: B5, 99 and 61. RGB value is (181,153,97). Sum of RGB (Red+Green+Blue) = 181+153+97=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B59961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59961 is #4A669E. Grayscale: #9B9B9B. Windows color (decimal): -4875935 or 6396341. OLE color: 6396341.

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

Color convert

RGB18115397-
CMYK00.150.460.29
HSL40º36.21%54.51%-
HSV(B)40º46.41%70.98%-
XYZ32.633.4716.05-
YUV154.9995.28146.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=42.00%
G=35.50%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811539700.150.460.294036.2154.51
HexB599610F2E1D282437
Octal2652311410175635504467
Binary101101011001100111000010111110111011101101000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59961; }

 p { color: rgb(181,153,97); }

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

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

 a { background-color: rgb(181,153,97); }

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

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

 span { border-color: rgb(181,153,97); }

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