#BA8759

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

Shades of Twine #BA8759

Tints of Twine #BA8759

Color information

#BA8759 (or 0xBA8759) is unknown color: approx Twine. HEX triplet: BA, 87 and 59. RGB value is (186,135,89). Sum of RGB (Red+Green+Blue) = 186+135+89=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8759 is #4578A6. Grayscale: #919191. Windows color (decimal): -4552871 or 5867450. OLE color: 5867450.

HSL color Cylindrical-coordinate representation of color #BA8759: hue angle of 28.45º 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 #BA8759 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18613589-
CMYK00.270.520.27
HSL28.45º41.28%53.92%-
HSV(B)28.45º52.15%72.94%-
XYZ30.7228.4913.33-
YUV14596.4157.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 89 (35.16% from 255) = 21.71%
R=45.37%
G=32.93%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861358900.270.520.2728.4541.2853.92
HexBA875901B341B1c2936
Octal2722071310336433345166
Binary101110101000011110110010110111101001101111100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8759; }

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

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

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

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

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

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

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

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