#BA8459

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

Shades of Twine #BA8459

Tints of Twine #BA8459

Color information

#BA8459 (or 0xBA8459) is unknown color: approx Twine. HEX triplet: BA, 84 and 59. RGB value is (186,132,89). Sum of RGB (Red+Green+Blue) = 186+132+89=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8459 is #457BA6. Grayscale: #8F8F8F. Windows color (decimal): -4553639 or 5866682. OLE color: 5866682.

HSL color Cylindrical-coordinate representation of color #BA8459: hue angle of 26.6º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA8459 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18613289-
CMYK00.290.520.27
HSL26.6º41.28%53.92%-
HSV(B)26.6º52.15%72.94%-
XYZ30.327.6613.19-
YUV143.2497.39158.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 89 (35.16% from 255) = 21.87%
R=45.70%
G=32.43%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861328900.290.520.2726.641.2853.92
HexBA845901D341B1b2936
Octal2722041310356433335166
Binary101110101000010010110010111011101001101111011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8459; }

 p { color: rgb(186,132,89); }

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

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

 a { background-color: rgb(186,132,89); }

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

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

 span { border-color: rgb(186,132,89); }

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