#BA8860

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

Shades of Twine #BA8860

Tints of Twine #BA8860

Color information

#BA8860 (or 0xBA8860) is unknown color: approx Twine. HEX triplet: BA, 88 and 60. RGB value is (186,136,96). Sum of RGB (Red+Green+Blue) = 186+136+96=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8860 is #45779F. Grayscale: #929292. Windows color (decimal): -4552608 or 6326458. OLE color: 6326458.

HSL color Cylindrical-coordinate representation of color #BA8860: hue angle of 26.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA8860 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18613696-
CMYK00.270.480.27
HSL26.67º39.47%55.29%-
HSV(B)26.67º48.39%72.94%-
XYZ31.1728.8915-
YUV146.3999.56156.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=44.50%
G=32.54%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861369600.270.480.2726.6739.4755.29
HexBA886001B301B1b2737
Octal2722101400336033334767
Binary101110101000100011000000110111100001101111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8860; }

 p { color: rgb(186,136,96); }

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

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

 a { background-color: rgb(186,136,96); }

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

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

 span { border-color: rgb(186,136,96); }

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