#BA865D

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

Shades of Twine #BA865D

Tints of Twine #BA865D

Color information

#BA865D (or 0xBA865D) is unknown color: approx Twine. HEX triplet: BA, 86 and 5D. RGB value is (186,134,93). Sum of RGB (Red+Green+Blue) = 186+134+93=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA865D is #4579A2. Grayscale: #919191. Windows color (decimal): -4553123 or 6129338. OLE color: 6129338.

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

Color convert

RGB18613493-
CMYK00.280.50.27
HSL26.45º40.26%54.71%-
HSV(B)26.45º50%72.94%-
XYZ30.7528.2814.19-
YUV144.8798.73157.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=45.04%
G=32.45%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861349300.280.50.2726.4540.2654.71
HexBA865D01C321B1a2837
Octal2722061350346233325067
Binary101110101000011010111010111001100101101111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA865D; }

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

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

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

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

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

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

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

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