#BA865F

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

Shades of Twine #BA865F

Tints of Twine #BA865F

Color information

#BA865F (or 0xBA865F) is unknown color: approx Twine. HEX triplet: BA, 86 and 5F. RGB value is (186,134,95). Sum of RGB (Red+Green+Blue) = 186+134+95=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA865F is #4579A0. Grayscale: #919191. Windows color (decimal): -4553121 or 6260410. OLE color: 6260410.

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

Color convert

RGB18613495-
CMYK00.280.490.27
HSL25.71º39.74%55.1%-
HSV(B)25.71º48.92%72.94%-
XYZ30.8428.3214.67-
YUV145.199.73157.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=44.82%
G=32.29%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861349500.280.490.2725.7139.7455.1
HexBA865F01C311B1a2837
Octal2722061370346133325067
Binary101110101000011010111110111001100011101111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA865F; }

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

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

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

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

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

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

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

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