#B59561

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

Shades of Barley Corn #B59561

Tints of Barley Corn #B59561

Color information

#B59561 (or 0xB59561) is unknown color: approx Barley Corn. HEX triplet: B5, 95 and 61. RGB value is (181,149,97). Sum of RGB (Red+Green+Blue) = 181+149+97=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B59561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59561 is #4A6A9E. Grayscale: #989898. Windows color (decimal): -4876959 or 6395317. OLE color: 6395317.

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

Color convert

RGB18114997-
CMYK00.180.460.29
HSL37.14º36.21%54.51%-
HSV(B)37.14º46.41%70.98%-
XYZ31.9632.1815.84-
YUV152.6496.6148.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=42.39%
G=34.89%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811499700.180.460.2937.1436.2154.51
HexB595610122E1D252437
Octal2652251410225635454467
Binary1011010110010101110000101001010111011101100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59561; }

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

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

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

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

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

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

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

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