#B59761

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

Shades of Barley Corn #B59761

Tints of Barley Corn #B59761

Color information

#B59761 (or 0xB59761) is unknown color: approx Barley Corn. HEX triplet: B5, 97 and 61. RGB value is (181,151,97). Sum of RGB (Red+Green+Blue) = 181+151+97=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B59761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59761 is #4A689E. Grayscale: #9A9A9A. Windows color (decimal): -4876447 or 6395829. OLE color: 6395829.

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

Color convert

RGB18115197-
CMYK00.170.460.29
HSL38.57º36.21%54.51%-
HSV(B)38.57º46.41%70.98%-
XYZ32.2832.8215.94-
YUV153.8195.94147.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 97 (38.28% from 255) = 22.61%
R=42.19%
G=35.20%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811519700.170.460.2938.5736.2154.51
HexB597610112E1D272437
Octal2652271410215635474467
Binary1011010110010111110000101000110111011101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59761; }

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

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

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

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

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

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

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

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