#BA8659

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

Shades of Twine #BA8659

Tints of Twine #BA8659

Color information

#BA8659 (or 0xBA8659) is unknown color: approx Twine. HEX triplet: BA, 86 and 59. RGB value is (186,134,89). Sum of RGB (Red+Green+Blue) = 186+134+89=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8659 is #4579A6. Grayscale: #909090. Windows color (decimal): -4553127 or 5867194. OLE color: 5867194.

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

Color convert

RGB18613489-
CMYK00.280.520.27
HSL27.84º41.28%53.92%-
HSV(B)27.84º52.15%72.94%-
XYZ30.5828.2113.28-
YUV144.4296.73157.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 89 (35.16% from 255) = 21.76%
R=45.48%
G=32.76%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861348900.280.520.2727.8441.2853.92
HexBA865901C341B1c2936
Octal2722061310346433345166
Binary101110101000011010110010111001101001101111100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8659; }

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

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

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

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

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

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

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

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