#B59060

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

Shades of Barley Corn #B59060

Tints of Barley Corn #B59060

Color information

#B59060 (or 0xB59060) is unknown color: approx Barley Corn. HEX triplet: B5, 90 and 60. RGB value is (181,144,96). Sum of RGB (Red+Green+Blue) = 181+144+96=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B59060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59060 is #4A6F9F. Grayscale: #959595. Windows color (decimal): -4878240 or 6328501. OLE color: 6328501.

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

Color convert

RGB18114496-
CMYK00.200.470.29
HSL33.88º36.48%54.31%-
HSV(B)33.88º46.96%70.98%-
XYZ31.1430.6115.33-
YUV149.5997.76150.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=42.99%
G=34.20%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811449600.200.470.2933.8836.4854.31
HexB590600142F1D222436
Octal2652201400245735424466
Binary1011010110010000110000001010010111111101100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59060; }

 p { color: rgb(181,144,96); }

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

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

 a { background-color: rgb(181,144,96); }

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

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

 span { border-color: rgb(181,144,96); }

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